Skip to content

Commit 30a95b7

Browse files
committed
FileCheck while_let_loops.
1 parent c00068e commit 30a95b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/mir-opt/const_prop/while_let_loops.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// skip-filecheck
21
// unit-test: ConstProp
32
// EMIT_MIR while_let_loops.change_loop_body.ConstProp.diff
43

54
pub fn change_loop_body() {
5+
// CHECK-LABEL: fn change_loop_body(
6+
// CHECK: switchInt(const 0_isize)
67
let mut _x = 0;
78
while let Some(0u32) = None {
89
_x = 1;

0 commit comments

Comments
 (0)