[project @ 2000-07-03 20:31:07 by panne]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg018.hs
index 02220c8..da7b052 100644 (file)
@@ -3,9 +3,7 @@
 import PrelGHC( Float# )
 import PrelFloat
 
--- This test is a little bit numerically unstable, so compare only a small prefix.
--- Otherwise you get slightly different results with and without optimization.
-main = putStrLn (take 6 (shows (selectee1 + selectee2) ""))
+main = print (selectee1 + selectee2)
 
 data Tfo = Tfo Float# Float# Float# Float# Float# Float# Float# Float# Float# Float# Float# Float#