about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-28 11:03:38 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2024-04-28 11:07:00 +0200
commita15996c9f1b191f144ad0b201f41a4e07f803c42 (patch)
tree548fe125b53bcf5fd1555174556d001317ab075a
parentf536a06a5aaf99b0c25de577ad102cdd1c0e59f9 (diff)
downloadrust-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.rs2
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;