From cf9a6ffcc7b8bae66831fd451a43e7aee4b839bd Mon Sep 17 00:00:00 2001 From: panne <unknown> Date: Mon, 3 Jul 2000 20:31:07 +0000 Subject: [PATCH] [project @ 2000-07-03 20:31:07 by panne] Reverted my last change to this file: Constant folding should really yield *excatly* the same result as runtime computation. --- ghc/tests/codeGen/should_run/cg018.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/tests/codeGen/should_run/cg018.hs b/ghc/tests/codeGen/should_run/cg018.hs index 02220c8016f0..da7b0523ddc0 100644 --- a/ghc/tests/codeGen/should_run/cg018.hs +++ b/ghc/tests/codeGen/should_run/cg018.hs @@ -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# -- GitLab