summaryrefslogtreecommitdiffstats
path: root/src/test/ui/modules/mod_file_aux.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/modules/mod_file_aux.rs')
-rw-r--r--src/test/ui/modules/mod_file_aux.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/modules/mod_file_aux.rs b/src/test/ui/modules/mod_file_aux.rs
deleted file mode 100644
index 6d052272e..000000000
--- a/src/test/ui/modules/mod_file_aux.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-// run-pass
-// ignore-test Not a test. Used by other tests
-
-pub fn foo() -> isize { 10 }