summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail041.stderr
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-10-24 13:56:29 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-25 15:45:34 -0400
commitbf83435b5c62776072977b9b1fc5aba2bffa97b4 (patch)
treeef9b3be38521fb4f9e972e1389d6ec9f199304ac /testsuite/tests/parser/should_fail/readFail041.stderr
parent61f1b46e2a56fcb1e95dd1c4e87fb31940b3412d (diff)
downloadhaskell-bf83435b5c62776072977b9b1fc5aba2bffa97b4.tar.gz
typecheck: Clarify errors mentioned in #14385
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail041.stderr')
-rw-r--r--testsuite/tests/parser/should_fail/readFail041.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail041.stderr b/testsuite/tests/parser/should_fail/readFail041.stderr
index c5b28a6f0f..028b96510b 100644
--- a/testsuite/tests/parser/should_fail/readFail041.stderr
+++ b/testsuite/tests/parser/should_fail/readFail041.stderr
@@ -1,5 +1,5 @@
-readFail041.hs:6:1:
- Fundeps in class ‘Foo’
- (Use FunctionalDependencies to allow fundeps)
- In the class declaration for ‘Foo’
+readFail041.hs:6:1: error:
+ • Fundeps in class ‘Foo’
+ (Enable FunctionalDependencies to allow fundeps)
+ • In the class declaration for ‘Foo’