about summary refs log tree commit diff
path: root/src/test/mir-opt/issue_72181.foo.mir_map.0.32bit.mir
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2020-09-16 00:21:21 +0100
committervarkor <github@varkor.com>2020-09-26 13:34:53 +0100
commit387e3ddded4e1e455b6ca6b59ea57938a9752ff2 (patch)
treeef1a361d1ec87ad71d69a7b609e81264457304b1 /src/test/mir-opt/issue_72181.foo.mir_map.0.32bit.mir
parent94c789b275c2ec19c47dc3aea0fceed6a8af55b1 (diff)
downloadrust-387e3ddded4e1e455b6ca6b59ea57938a9752ff2.tar.gz
rust-387e3ddded4e1e455b6ca6b59ea57938a9752ff2.zip
Bless mir-opt tests
Diffstat (limited to 'src/test/mir-opt/issue_72181.foo.mir_map.0.32bit.mir')
-rw-r--r--src/test/mir-opt/issue_72181.foo.mir_map.0.32bit.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/issue_72181.foo.mir_map.0.32bit.mir b/src/test/mir-opt/issue_72181.foo.mir_map.0.32bit.mir
index 972a36a30a1..c94f6c28cd9 100644
--- a/src/test/mir-opt/issue_72181.foo.mir_map.0.32bit.mir
+++ b/src/test/mir-opt/issue_72181.foo.mir_map.0.32bit.mir
@@ -12,7 +12,7 @@ fn foo(_1: [(Never, u32); 1]) -> u32 {
         _2 = const 0_usize;              // scope 0 at $DIR/issue-72181.rs:16:43: 16:44
         _3 = Len(_1);                    // scope 0 at $DIR/issue-72181.rs:16:40: 16:45
         _4 = Lt(_2, _3);                 // scope 0 at $DIR/issue-72181.rs:16:40: 16:45
-        assert(move _4, "index out of bounds: the len is {} but the index is {}", move _3, _2) -> [success: bb2, unwind: bb1]; // scope 0 at $DIR/issue-72181.rs:16:40: 16:45
+        assert(move _4, "index out of bounds: the length is {} but the index is {}", move _3, _2) -> [success: bb2, unwind: bb1]; // scope 0 at $DIR/issue-72181.rs:16:40: 16:45
     }
 
     bb1 (cleanup): {