summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-01 15:34:09 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-01 15:34:09 +0000
commit79a6a7a4d67f69b978d31a74465447b28dcac876 (patch)
tree36bca7418ce4e03ce7e3215cc4650553c62480d8 /testsuite
parent7361acf4f7c6e3e07c57cd6d59ea1e6b81884616 (diff)
downloadhaskell-79a6a7a4d67f69b978d31a74465447b28dcac876.tar.gz
Accept output for readFail007
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/parser/should_fail/readFail007.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail007.stderr b/testsuite/tests/parser/should_fail/readFail007.stderr
index 3236824a78..bd6d92ed58 100644
--- a/testsuite/tests/parser/should_fail/readFail007.stderr
+++ b/testsuite/tests/parser/should_fail/readFail007.stderr
@@ -1,2 +1,4 @@
-readFail007.hs:6:4: Parse error in pattern: 2 + 2
+readFail007.hs:6:4:
+ Parse error in pattern: 2 + 2
+ Possibly caused by a missing 'do'?