Skip to content

Commit 5a064e8

Browse files
committed
Fix rustc_driver self text and bump the mir_opt_level
1 parent 0550a6f commit 5a064e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ fn test_debugging_options_tracking_hash() {
566566
tracked!(link_only, true);
567567
tracked!(merge_functions, Some(MergeFunctions::Disabled));
568568
tracked!(mir_emit_retag, true);
569-
tracked!(mir_opt_level, 3);
569+
tracked!(mir_opt_level, Some(4));
570570
tracked!(mutable_noalias, true);
571571
tracked!(new_llvm_pass_manager, true);
572572
tracked!(no_codegen, true);

0 commit comments

Comments
 (0)