Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/a9fd026bf8bab265edc29124e7f82a0e063582c5 >--------------------------------------------------------------- commit a9fd026bf8bab265edc29124e7f82a0e063582c5 Author: Paolo Capriotti <[email protected]> Date: Sun Sep 9 14:29:20 2012 +0100 Accept error message. >--------------------------------------------------------------- tests/module/mod73.stderr | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/module/mod73.stderr b/tests/module/mod73.stderr index f86a363..f123451 100644 --- a/tests/module/mod73.stderr +++ b/tests/module/mod73.stderr @@ -3,5 +3,5 @@ mod73.hs:3:7: Not in scope: `Prelude.g' Perhaps you meant one of these: `Prelude.id' (imported from Prelude), - `Prelude.gcd' (imported from Prelude), - `Prelude.or' (imported from Prelude) + `Prelude.log' (imported from Prelude), + `Prelude.pi' (imported from Prelude) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
