X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FcodeGen%2Fshould_run%2Fcg014.hs;fp=ghc%2Ftests%2FcodeGen%2Fshould_run%2Fcg014.hs;h=0000000000000000000000000000000000000000;hb=16acb4976514ab4b03c79d6845e3f0e98a1a33cf;hp=a01c1017ade4bc13023e561d86fe5f047609cc0c;hpb=f2eadfd5dfb23cc611e2540f46180bca7d095f15;p=ghc-hetmet.git diff --git a/ghc/tests/codeGen/should_run/cg014.hs b/ghc/tests/codeGen/should_run/cg014.hs deleted file mode 100644 index a01c101..0000000 --- a/ghc/tests/codeGen/should_run/cg014.hs +++ /dev/null @@ -1,3 +0,0 @@ --- !! cg014: main = -42 -- twice: in Float and Double - -main = print ((show ( (-42) :: Float )) ++ " " ++ (show ( (-42) :: Double )) ++ "\n")