From 552fa6479846951e242df412a08c86212beb1d0f Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Tue, 12 Nov 2019 22:02:55 +0100 Subject: [PATCH] Bless mir-dump test. --- src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); // ...