about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs b/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
index 85ed8d55b24..34d4a534ad9 100644
--- a/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
+++ b/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
@@ -25,7 +25,7 @@ fn main() {
 //      ...
 //      _4 = const Scalar(AllocId(1).0x0) : &i32;
 //      _3 = const Scalar(AllocId(1).0x0) : &i32;
-//      _2 = const Scalar(AllocId(1).0x0) : *const i32;
+//      _2 = const Value(Scalar(AllocId(1).0x0)) : *const i32;
 //      ...
 //      _1 = move _2 as usize (Misc);
 //      ...