summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod174.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod174.hs')
-rw-r--r--testsuite/tests/module/mod174.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/tests/module/mod174.hs b/testsuite/tests/module/mod174.hs
deleted file mode 100644
index 8e8149db7a..0000000000
--- a/testsuite/tests/module/mod174.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-
--- Test for trac #414
--- If main is not exported from Main then we should emit an error
--- instead of running it anyway
-
-module Main () where
-
-main = putStrLn "Hello, World"
-