Skip to content

Commit 6959316

Browse files
committed
Update two tests for changes in rustc output
1 parent 42a8c0a commit 6959316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testsuite/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ fn rustc_check_err() {
367367
.with_status(101)
368368
.with_stderr_contains("[CHECKING] bar [..]")
369369
.with_stderr_contains("[CHECKING] foo [..]")
370-
.with_stderr_contains("[..]cannot find function `qux` in module `bar`")
370+
.with_stderr_contains("[..]cannot find function `qux` in [..] `bar`")
371371
.run();
372372
}
373373

tests/testsuite/metabuild.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ fn metabuild_failed_build_json() {
733733
"children": "{...}",
734734
"code": "{...}",
735735
"level": "error",
736-
"message": "cannot find function `metabuild` in module `mb`",
736+
"message": "cannot find function `metabuild` in [..] `mb`",
737737
"rendered": "[..]",
738738
"spans": "{...}"
739739
},

0 commit comments

Comments
 (0)