summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_run/cgrun020.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/codeGen/should_run/cgrun020.hs')
-rw-r--r--testsuite/tests/ghc-regress/codeGen/should_run/cgrun020.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/ghc-regress/codeGen/should_run/cgrun020.hs b/testsuite/tests/ghc-regress/codeGen/should_run/cgrun020.hs
deleted file mode 100644
index 9f4b7c64e1..0000000000
--- a/testsuite/tests/ghc-regress/codeGen/should_run/cgrun020.hs
+++ /dev/null
@@ -1,3 +0,0 @@
--- !!! reading/showing of Ints/Integers
---
-main = print ((read "-1") :: Integer)