about summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff
diff options
context:
space:
mode:
authorErik Desjardins <erikdesjardins@users.noreply.github.com>2021-03-15 21:58:54 -0400
committerErik Desjardins <erikdesjardins@users.noreply.github.com>2021-03-15 21:58:54 -0400
commit90562b401ee63d05d2c96bb2240074dd528d9371 (patch)
tree8ee901cc5a3ff9e20b882c31bd22384bcd7d8a45 /src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff
parent899836306f65562912e36ace0631c46bb833db14 (diff)
downloadrust-90562b401ee63d05d2c96bb2240074dd528d9371.tar.gz
rust-90562b401ee63d05d2c96bb2240074dd528d9371.zip
bless tests
Diffstat (limited to 'src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff')
-rw-r--r--src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff b/src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff
index 349f1557a86..f159cfa025c 100644
--- a/src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff
+++ b/src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff
@@ -19,7 +19,7 @@
           StorageLive(_2);                 // scope 1 at $DIR/mutable_variable.rs:7:9: 7:10
 -         _2 = _1;                         // scope 1 at $DIR/mutable_variable.rs:7:13: 7:14
 +         _2 = const 99_i32;               // scope 1 at $DIR/mutable_variable.rs:7:13: 7:14
-          _0 = const ();                   // scope 0 at $DIR/mutable_variable.rs:4:11: 8:2
+          nop;                             // scope 0 at $DIR/mutable_variable.rs:4:11: 8:2
           StorageDead(_2);                 // scope 1 at $DIR/mutable_variable.rs:8:1: 8:2
           StorageDead(_1);                 // scope 0 at $DIR/mutable_variable.rs:8:1: 8:2
           return;                          // scope 0 at $DIR/mutable_variable.rs:8:2: 8:2