summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir')
-rw-r--r--tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir b/tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir
index 595e3ab92..89f9bafb6 100644
--- a/tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir
+++ b/tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir
@@ -57,7 +57,7 @@ fn full_tested_match2() -> () {
bb5: {
StorageLive(_6);
_6 = &((_2 as Some).0: i32);
- _4 = &shallow _2;
+ _4 = &fake _2;
StorageLive(_7);
_7 = guard() -> [return: bb6, unwind: bb12];
}