Skip to content

Commit 699b59c

Browse files
committed
update terminator.rs
1 parent 65b1083 commit 699b59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mir-opt/dataflow-const-prop/terminator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ fn foo(n: i32) {}
99
fn main() {
1010
let a = 1;
1111
// Checks that we propagate into terminators.
12-
// CHECK: {{_.*}} = foo(const 2_i32) -> [return: {{bb.*}}, unwind continue];
12+
// CHECK: {{_.*}} = foo(const 2_i32) -> [return: {{bb.*}}, unwind
1313
foo(a + 1);
1414
}

0 commit comments

Comments
 (0)