summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
diff options
context:
space:
mode:
authorWojciech Baranowski <wbaranowski@protonmail.com>2019-04-13 12:31:13 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-29 21:02:38 -0400
commitfb9408dd779f53e2d13dd18638814118f6ca0cac (patch)
tree2decc2e09e61d100a4f10c51f21fe395cc3d901c /testsuite/tests/parser
parent2c115085982ba19985f2e00ca938370647e38e4b (diff)
downloadhaskell-fb9408dd779f53e2d13dd18638814118f6ca0cac.tar.gz
Print suggestions in a single message
Diffstat (limited to 'testsuite/tests/parser')
-rw-r--r--testsuite/tests/parser/should_fail/readFail001.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail001.stderr b/testsuite/tests/parser/should_fail/readFail001.stderr
index 0b6d4b4d29..df2b920c54 100644
--- a/testsuite/tests/parser/should_fail/readFail001.stderr
+++ b/testsuite/tests/parser/should_fail/readFail001.stderr
@@ -1,8 +1,8 @@
readFail001.hs:25:11: error:
The fixity signature for ‘+#’ lacks an accompanying binding
- Perhaps you meant ‘+’ (Defined in ‘GHC.Num’)
- Perhaps you meant ‘++’ (Defined in ‘GHC.Base’)
+ Perhaps you meant one of these: ‘+’ (Defined in ‘GHC.Num’),
+ ‘++’ (Defined in ‘GHC.Base’)
readFail001.hs:38:32: error:
Not in scope: type constructor or class ‘Leaf’