summaryrefslogtreecommitdiffstats
path: root/src/test/ui/modules/path-no-file-name.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/modules/path-no-file-name.rs')
-rw-r--r--src/test/ui/modules/path-no-file-name.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/ui/modules/path-no-file-name.rs b/src/test/ui/modules/path-no-file-name.rs
deleted file mode 100644
index f62cd2a9e..000000000
--- a/src/test/ui/modules/path-no-file-name.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// normalize-stderr-test: "\.:.*\(" -> ".: $$ACCESS_DENIED_MSG ("
-// normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"
-
-#[path = "."]
-mod m; //~ ERROR couldn't read
-
-fn main() {}