Skip to content

Commit 1fa7453

Browse files
committed
Update MIR tests for 1.51
1 parent 22c3e57 commit 1fa7453

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/spec/features/compilation_targets_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
in_build_menu { click_on("MIR") }
9191

9292
within(:output, :result) do
93-
expect(page).to have_content 'StorageLive'
94-
expect(page).to have_content 'StorageDead'
93+
expect(page).to have_content 'bb0: {'
9594
end
9695
end
9796

0 commit comments

Comments
 (0)