[project @ 2001-02-28 10:29:41 by rrt]
[ghc-hetmet.git] / ghc / tests / io / should_run / io012.hs
index 8c4ddff..3ebf203 100644 (file)
@@ -6,10 +6,8 @@ import CPUTime
 
 main = do
     t <- getCPUTime
-    print t
     print (nfib 30)
     t <- getCPUTime
-    print t
     print (length (show t)) -- printing the CPU time itself is un-cool if you want to diff the output..
 
 nfib :: Integer -> Integer