Skip to content

Commit 455cced

Browse files
committed
Update for Miri error text changes
1 parent 78f8dff commit 455cced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/spec/features/tools_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ def code_with_lint_warnings
4242
in_tools_menu { click_on("Miri") }
4343

4444
within(:output, :stderr) do
45-
expect(page).to have_content %r{pointer must be in-bounds at offset 1, but is outside bounds of alloc\d+ which has size 0}, wait: 10
46-
45+
expect(page).to have_content %r{alloc\d+ has size 0, so pointer to 1 byte starting at offset 0 is out-of-bounds}, wait: 10
4746
end
4847
end
4948

0 commit comments

Comments
 (0)