X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FcodeGen%2Fshould_run%2Fcg014.hs;h=a01c1017ade4bc13023e561d86fe5f047609cc0c;hb=refs%2Ftags%2FApprox_2487_patches;hp=bfa1ddf879671fcc3b1a59ae9691b3bab6796488;hpb=eba99148728b7fecd4395e461d70aa77dcc31d28;p=ghc-hetmet.git diff --git a/ghc/tests/codeGen/should_run/cg014.hs b/ghc/tests/codeGen/should_run/cg014.hs index bfa1ddf..a01c101 100644 --- a/ghc/tests/codeGen/should_run/cg014.hs +++ b/ghc/tests/codeGen/should_run/cg014.hs @@ -1,3 +1,3 @@ ---!! cg014: main = -42 -- twice: in Float and Double +-- !! cg014: main = -42 -- twice: in Float and Double main = print ((show ( (-42) :: Float )) ++ " " ++ (show ( (-42) :: Double )) ++ "\n")