Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6fdf2fe188379ebe6efa2b2ea11f594dcf3fac96 >--------------------------------------------------------------- commit 6fdf2fe188379ebe6efa2b2ea11f594dcf3fac96 Author: Paolo Capriotti <[email protected]> Date: Fri Jun 29 19:54:21 2012 +0100 Adapt tests to change in a parser error message. >--------------------------------------------------------------- tests/parser/should_fail/readFail009.stderr | 3 ++- tests/parser/should_fail/readFail012.stderr | 2 +- tests/parser/should_fail/readFail015.stderr | 2 +- tests/parser/should_fail/readFail047.stderr | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/parser/should_fail/readFail009.stderr b/tests/parser/should_fail/readFail009.stderr index 7f5684e..d7e2252 100644 --- a/tests/parser/should_fail/readFail009.stderr +++ b/tests/parser/should_fail/readFail009.stderr @@ -1,2 +1,3 @@ -readFail009.hs:12:1: parse error (possibly incorrect indentation) +readFail009.hs:12:1: + parse error (possibly incorrect indentation or mismatched brackets) diff --git a/tests/parser/should_fail/readFail012.stderr b/tests/parser/should_fail/readFail012.stderr index 849e918..5909aa8 100644 --- a/tests/parser/should_fail/readFail012.stderr +++ b/tests/parser/should_fail/readFail012.stderr @@ -1,2 +1,2 @@ -readFail012.hs:7:9: parse error (possibly incorrect indentation) +readFail012.hs:7:9: parse error (possibly incorrect indentation or mismatched brackets) diff --git a/tests/parser/should_fail/readFail015.stderr b/tests/parser/should_fail/readFail015.stderr index 696167e..3fed887 100644 --- a/tests/parser/should_fail/readFail015.stderr +++ b/tests/parser/should_fail/readFail015.stderr @@ -1,2 +1,2 @@ -readFail015.hs:6:1: parse error (possibly incorrect indentation) +readFail015.hs:6:1: parse error (possibly incorrect indentation or mismatched brackets) diff --git a/tests/parser/should_fail/readFail047.stderr b/tests/parser/should_fail/readFail047.stderr index 53af11c..09d2707 100644 --- a/tests/parser/should_fail/readFail047.stderr +++ b/tests/parser/should_fail/readFail047.stderr @@ -1,2 +1,2 @@ -readFail047.hs:6:5: parse error (possibly incorrect indentation) +readFail047.hs:6:5: parse error (possibly incorrect indentation or mismatched brackets) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
