Auto merge of #943 - wesleywiser:turn_on_tests_again, r=RalfJung
Re-enable run-pass tests with optimizations enabled
This commit is contained in:
commit
5b15139bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ fn test_runner(_tests: &[&()]) {
|
|||
std::env::set_var("MIRI_ENV_VAR_TEST", "0");
|
||||
|
||||
run_pass_miri(false);
|
||||
// FIXME: hashmap ICEs with optimizations run_pass_miri(true);
|
||||
run_pass_miri(true);
|
||||
|
||||
compile_fail_miri(false);
|
||||
compile_fail_miri(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue