Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8ce7a876f831175403a4bd4682d7ea5c218b91ce >--------------------------------------------------------------- commit 8ce7a876f831175403a4bd4682d7ea5c218b91ce Author: Simon Marlow <[email protected]> Date: Wed Nov 30 13:47:09 2011 +0000 accept output >--------------------------------------------------------------- tests/profiling/should_run/callstack001.stdout | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/profiling/should_run/callstack001.stdout b/tests/profiling/should_run/callstack001.stdout index c3fd8da..6169cc9 100644 --- a/tests/profiling/should_run/callstack001.stdout +++ b/tests/profiling/should_run/callstack001.stdout @@ -1,2 +1,2 @@ -["MAIN.MAIN","Main.main","Main.mapM","Main.mapM.go","Main.f"] -["MAIN.MAIN","Main.main","Main.mapM","Main.mapM.go","Main.f"] +["Main.main","Main.mapM","Main.mapM.go","Main.f"] +["Main.main","Main.mapM","Main.mapM.go","Main.f"] _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
