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