Skip to content

Commit a15996c

Browse files
committed
try to fix tests on windows where the "file not found" error is different from linux
1 parent f536a06 commit a15996c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/unpretty/staged-api-invalid-path-108697.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ICE: tcx.resolutions(()) is not supported for local crate -Zunpretty=mir
33
// on invalid module path with staged_api
44
//@ compile-flags: -Zunpretty=mir
5-
5+
//@ normalize-stderr-test: "The system cannot find the file specified." -> "No such file or directory"
66
#![feature(staged_api)]
77
#[path = "lol"]
88
mod foo;

0 commit comments

Comments
 (0)