mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Replace compiletest suite by doc-tests with compile_fail
compiletest-rs use internal rustc APIs and is broken in today’s Nightly. rustdoc however is maintained with rustc and so much less fragile.
This commit is contained in:
parent
d96f0ff6a7
commit
b1ce298d4b
18 changed files with 266 additions and 239 deletions
13
tests/unit/malloc_size_of/Cargo.toml
Normal file
13
tests/unit/malloc_size_of/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "malloc_size_of_tests"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
test = false
|
||||
|
||||
[dependencies]
|
||||
malloc_size_of = {path = "../../../components/malloc_size_of"}
|
||||
servo_arc = {path = "../../../components/servo_arc"}
|
Loading…
Add table
Add a link
Reference in a new issue