try to fix tests on windows where the "file not found" error is different from linux
This commit is contained in:
parent
f536a06a5a
commit
a15996c9f1
@ -2,7 +2,7 @@
|
|||||||
// ICE: tcx.resolutions(()) is not supported for local crate -Zunpretty=mir
|
// ICE: tcx.resolutions(()) is not supported for local crate -Zunpretty=mir
|
||||||
// on invalid module path with staged_api
|
// on invalid module path with staged_api
|
||||||
//@ compile-flags: -Zunpretty=mir
|
//@ compile-flags: -Zunpretty=mir
|
||||||
|
//@ normalize-stderr-test: "The system cannot find the file specified." -> "No such file or directory"
|
||||||
#![feature(staged_api)]
|
#![feature(staged_api)]
|
||||||
#[path = "lol"]
|
#[path = "lol"]
|
||||||
mod foo;
|
mod foo;
|
||||||
|
Loading…
Reference in New Issue
Block a user