Skip to content

Commit 5f2f254

Browse files
committed
move tests that no longer need MIR out of fullmir
1 parent ff5b0fe commit 5f2f254

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUSTFLAGS='-Zalways-encode-mir' xargo build
7070
Now you can run miri against the libstd compiled by xargo:
7171

7272
```sh
73-
MIRI_SYSROOT=~/.xargo/HOST cargo run --bin miri tests/run-pass-fullmir/vecs.rs
73+
MIRI_SYSROOT=~/.xargo/HOST cargo run --bin miri tests/run-pass-fullmir/hashmap.rs
7474
```
7575

7676
Notice that you will have to re-run the last step of the preparations above when

tests/compiletest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,5 @@ fn compile_fail_miri() {
212212

213213
// FIXME: run tests for other targets, too
214214
compile_fail(&sysroot, "tests/compile-fail", &host, &host, true);
215-
compile_fail(&sysroot, "tests/compile-fail-fullmir", &host, &host, true);
215+
//compile_fail(&sysroot, "tests/compile-fail-fullmir", &host, &host, true);
216216
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)