Skip to content

Commit

Permalink
try to fix tests on windows where the "file not found" error is diffe…
Browse files Browse the repository at this point in the history
…rent from linux
  • Loading branch information
matthiaskrgr committed Apr 28, 2024
1 parent f536a06 commit a15996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/unpretty/staged-api-invalid-path-108697.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a15996c

Please sign in to comment.