summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/mod_file_with_path_attr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/mod_file_with_path_attr.stderr')
-rw-r--r--src/test/ui/parser/mod_file_with_path_attr.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/parser/mod_file_with_path_attr.stderr b/src/test/ui/parser/mod_file_with_path_attr.stderr
deleted file mode 100644
index cd1add73d..000000000
--- a/src/test/ui/parser/mod_file_with_path_attr.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: couldn't read $DIR/not_a_real_file.rs: $FILE_NOT_FOUND_MSG (os error 2)
- --> $DIR/mod_file_with_path_attr.rs:4:1
- |
-LL | mod m;
- | ^^^^^^
-
-error: aborting due to previous error
-