Skip to content

Commit 636439c

Browse files
committed
Re-enable run-pass tests with optimizations enabled
1 parent 7095a3b commit 636439c

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)