diff options
Diffstat (limited to 'src/test/mir-opt/simple-match.rs')
-rw-r--r-- | src/test/mir-opt/simple-match.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/simple-match.rs b/src/test/mir-opt/simple-match.rs index 44adc55b6..103033c4e 100644 --- a/src/test/mir-opt/simple-match.rs +++ b/src/test/mir-opt/simple-match.rs @@ -1,6 +1,6 @@ // Test that we don't generate unnecessarily large MIR for very simple matches -// EMIT_MIR_FOR_EACH_BIT_WIDTH + // EMIT_MIR simple_match.match_bool.mir_map.0.mir fn match_bool(x: bool) -> usize { match x { |