Skip to content

Commit 3e90c1b

Browse files
committed
FileCheck scalar_literal_propagation.
1 parent f3743ae commit 3e90c1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/mir-opt/const_prop/scalar_literal_propagation.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
// skip-filecheck
21
// unit-test: ConstProp
32
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
3+
44
// EMIT_MIR scalar_literal_propagation.main.ConstProp.diff
55
fn main() {
6+
// CHECK-LABEL: fn main(
7+
// CHECK: = consume(const 1_u32)
68
let x = 1;
79
consume(x);
810
}

0 commit comments

Comments
 (0)