about summary refs log tree commit diff
path: root/src/test/ui/main-wrong-location.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/main-wrong-location.rs')
-rw-r--r--src/test/ui/main-wrong-location.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/ui/main-wrong-location.rs b/src/test/ui/main-wrong-location.rs
deleted file mode 100644
index d7deeaed99d..00000000000
--- a/src/test/ui/main-wrong-location.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-mod m {
-    // An inferred main entry point
-    // must appear at the top of the crate
-    fn main() { }
-} //~ ERROR `main` function not found