try to fix tests on windows where the "file not found" error is different from linux

This commit is contained in:
Matthias Krüger 2024-04-28 11:03:38 +02:00
parent f536a06a5a
commit a15996c9f1

View File

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