From 79a6a7a4d67f69b978d31a74465447b28dcac876 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 1 Feb 2013 15:34:09 +0000 Subject: [PATCH] Accept output for readFail007 --- testsuite/tests/parser/should_fail/readFail007.stderr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'? -- GitLab