[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg014.hs
diff --git a/ghc/tests/codeGen/should_run/cg014.hs b/ghc/tests/codeGen/should_run/cg014.hs
deleted file mode 100644 (file)
index a01c101..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
--- !! cg014: main = -42 -- twice: in Float and Double
-
-main = print ((show ( (-42) :: Float )) ++ " " ++ (show ( (-42) :: Double )) ++ "\n")