summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghc-e/should_run/3890.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/ghc-e/should_run/3890.hs')
-rw-r--r--testsuite/tests/ghc-regress/ghc-e/should_run/3890.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/tests/ghc-regress/ghc-e/should_run/3890.hs b/testsuite/tests/ghc-regress/ghc-e/should_run/3890.hs
deleted file mode 100644
index a72e5c82a0..0000000000
--- a/testsuite/tests/ghc-regress/ghc-e/should_run/3890.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module Main (main) where
-
-import System.Exit
-import System.IO
-
-main :: IO ()
-main = do putStrLn "Q1"
- exitFailure
- putStrLn "Q2"