Skip to content

Commit 94cd35b

Browse files
committed
Adjust integration test for upstream changes
See rust-lang/rust#6745.
1 parent 3fc84c6 commit 94cd35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/features/tools_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def code_with_undefined_behavior
6161

6262
within(:output, :stdout) do
6363
# First-party
64-
expect(page).to have_content('core::fmt::Arguments::new_v1')
64+
expect(page).to have_content('::std::io::_print')
6565

6666
# Third-party procedural macro
6767
expect(page).to have_content('block_on(body)')

0 commit comments

Comments
 (0)