We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f8dff commit 455ccedCopy full SHA for 455cced
tests/spec/features/tools_spec.rb
@@ -42,8 +42,7 @@ def code_with_lint_warnings
42
in_tools_menu { click_on("Miri") }
43
44
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
-
+ 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
47
end
48
49
0 commit comments