Skip to content

Commit 5b15139

Browse files
committed
Auto merge of #943 - wesleywiser:turn_on_tests_again, r=RalfJung
Re-enable run-pass tests with optimizations enabled
2 parents 7095a3b + 636439c commit 5b15139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compiletest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fn test_runner(_tests: &[&()]) {
122122
std::env::set_var("MIRI_ENV_VAR_TEST", "0");
123123

124124
run_pass_miri(false);
125-
// FIXME: hashmap ICEs with optimizations run_pass_miri(true);
125+
run_pass_miri(true);
126126

127127
compile_fail_miri(false);
128128
compile_fail_miri(true);

0 commit comments

Comments
 (0)