diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-01 15:34:09 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-01 15:34:09 +0000 |
commit | 79a6a7a4d67f69b978d31a74465447b28dcac876 (patch) | |
tree | 36bca7418ce4e03ce7e3215cc4650553c62480d8 /testsuite | |
parent | 7361acf4f7c6e3e07c57cd6d59ea1e6b81884616 (diff) | |
download | haskell-79a6a7a4d67f69b978d31a74465447b28dcac876.tar.gz |
Accept output for readFail007
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail007.stderr | 4 |
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'? |