Skip to content

Commit e853aa9

Browse files
committed
Auto merge of #7231 - petrochenkov:module2crate, r=alexcrichton
Update two tests for changes in rustc output Required for landing rust-lang/rust#63250. (I'm not sure what is the process for landing synchronous changes like this.)
2 parents f0075c5 + 6959316 commit e853aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testsuite/check.rs

+1-1
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

+1-1
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)