Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/81f0cd254ea3213e1489a7ed50cdc96e23c98927

>---------------------------------------------------------------

commit 81f0cd254ea3213e1489a7ed50cdc96e23c98927
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Tue Jan 8 12:13:32 2013 +0000

    Typo in comments

>---------------------------------------------------------------

 tests/perf/should_run/T7436.hs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/perf/should_run/T7436.hs b/tests/perf/should_run/T7436.hs
index 5b1ff09..9f615da 100644
--- a/tests/perf/should_run/T7436.hs
+++ b/tests/perf/should_run/T7436.hs
@@ -14,9 +14,9 @@ mkList n = Cons n (mkList (n-1))
 main :: IO ()
 main = print $ foldr (\x y -> y) "end" (mkList n)
   where n = 40000
-  # Increase this to increase the difference between good and bad
-  # Eg 6000 takes a lot longer
-  # The biggest difference is not allocation or bytes used,
-  # but execution time!
+  -- Increase this to increase the difference between good and bad
+  -- Eg 6000 takes a lot longer
+  -- The biggest difference is not allocation or bytes used,
+  -- but execution time!
 
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to