summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_run/cgrun005.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/codeGen/should_run/cgrun005.hs')
-rw-r--r--testsuite/tests/ghc-regress/codeGen/should_run/cgrun005.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-regress/codeGen/should_run/cgrun005.hs b/testsuite/tests/ghc-regress/codeGen/should_run/cgrun005.hs
deleted file mode 100644
index 4159d4c882..0000000000
--- a/testsuite/tests/ghc-regress/codeGen/should_run/cgrun005.hs
+++ /dev/null
@@ -1,6 +0,0 @@
--- !! answer: 65532
-
-main = print foo
-
-foo :: Int
-foo = ((1 + 2 + 32767 - 4) * 6) --later? `div` 3