summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/building/match_false_edges.main.built.after.mir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/building/match_false_edges.main.built.after.mir')
-rw-r--r--tests/mir-opt/building/match_false_edges.main.built.after.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/building/match_false_edges.main.built.after.mir b/tests/mir-opt/building/match_false_edges.main.built.after.mir
index 9a2d89c48..1d4fe67f3 100644
--- a/tests/mir-opt/building/match_false_edges.main.built.after.mir
+++ b/tests/mir-opt/building/match_false_edges.main.built.after.mir
@@ -37,7 +37,7 @@ fn main() -> () {
StorageLive(_1);
StorageLive(_2);
_2 = Option::<i32>::Some(const 1_i32);
- FakeRead(ForMatchedPlace(None), _2);
+ PlaceMention(_2);
_4 = discriminant(_2);
switchInt(move _4) -> [1: bb2, otherwise: bb1];
}