diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-04-28 11:03:38 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2024-04-28 11:07:00 +0200 |
| commit | a15996c9f1b191f144ad0b201f41a4e07f803c42 (patch) | |
| tree | 548fe125b53bcf5fd1555174556d001317ab075a | |
| parent | f536a06a5aaf99b0c25de577ad102cdd1c0e59f9 (diff) | |
| download | rust-a15996c9f1b191f144ad0b201f41a4e07f803c42.tar.gz rust-a15996c9f1b191f144ad0b201f41a4e07f803c42.zip | |
try to fix tests on windows where the "file not found" error is different from linux
| -rw-r--r-- | tests/ui/unpretty/staged-api-invalid-path-108697.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/unpretty/staged-api-invalid-path-108697.rs b/tests/ui/unpretty/staged-api-invalid-path-108697.rs index 127fe523082..1b6ef249191 100644 --- a/tests/ui/unpretty/staged-api-invalid-path-108697.rs +++ b/tests/ui/unpretty/staged-api-invalid-path-108697.rs @@ -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; |
