Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 4fd289c

Browse files
committed
Fix test.
1 parent 920f699 commit 4fd289c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/yk-tir/simple_tir.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ fn main() {
1919
// ...
2020
// term: SwitchInt { target_bbs: [4, 3] }
2121
// bb3:
22-
// Assign(Local(0), Unimplemented)
22+
// Assign(Base(Local(0)), Use(Unimplemented))
2323
// term: Goto { target_bb: 4 }
2424
// bb4:
25-
// Unimplemented
2625
// ...
2726
// [End TIR for main]

0 commit comments

Comments
 (0)