File tree 1 file changed +8
-13
lines changed
1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,18 @@ edition = "2021"
7
7
8
8
[lib ]
9
9
name = " alloc_miri_test"
10
- path = " ../library/alloc/src/lib.rs"
11
-
12
- [features ]
13
- # Empty this crate to avoid two copies of liballoc.
14
- # See https://github.com/rust-lang/miri-test-libstd/issues/4.
15
- default = [" miri-test-libstd" ]
16
- miri-test-libstd = []
17
-
18
- [dependencies ]
19
- # This lets the crate access the `core` and `alloc` crates.
20
- core = { path = " ../fake/core" }
21
- alloc = { path = " ../fake/alloc" }
10
+ path = " ../empty.rs"
11
+ test = false
12
+ bench = false
22
13
23
14
[dev-dependencies ]
24
15
rand = { version = " 0.8.5" , default-features = false , features = [" alloc" ] }
25
16
rand_xorshift = " 0.3.0"
26
17
27
18
[[test ]]
28
- name = " collectionstests"
19
+ name = " alloc"
20
+ path = " ../library/alloc/src/lib.rs"
21
+
22
+ [[test ]]
23
+ name = " alloctests"
29
24
path = " ../library/alloc/tests/lib.rs"
You can’t perform that action at this time.
0 commit comments