Skip to content

Commit 6086dd6

Browse files
committed
FileCheck indirect.
1 parent bf5d114 commit 6086dd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/mir-opt/const_prop/indirect.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
// skip-filecheck
21
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
32
// unit-test: ConstProp
43
// compile-flags: -C overflow-checks=on
54

65
// EMIT_MIR indirect.main.ConstProp.diff
76
fn main() {
7+
// CHECK-LABEL: fn main(
8+
// CHECK: debug x => [[x:_.*]];
9+
// CHECK: [[x]] = const 3_u8;
810
let x = (2u32 as u8) + 1;
911
}

0 commit comments

Comments
 (0)