summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/InfixAppPatErr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_fail/InfixAppPatErr.stderr')
-rw-r--r--testsuite/tests/parser/should_fail/InfixAppPatErr.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_fail/InfixAppPatErr.stderr b/testsuite/tests/parser/should_fail/InfixAppPatErr.stderr
index 69839e3920..f50166fd41 100644
--- a/testsuite/tests/parser/should_fail/InfixAppPatErr.stderr
+++ b/testsuite/tests/parser/should_fail/InfixAppPatErr.stderr
@@ -1,4 +1,4 @@
-InfixAppPatErr.hs:2:3: error:
- Parse error in pattern: f $ do a <- return 3 c
+InfixAppPatErr.hs:2:7: error:
+ do-notation in pattern
Possibly caused by a missing 'do'?