diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-10-24 13:56:29 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-10-25 15:45:34 -0400 |
commit | bf83435b5c62776072977b9b1fc5aba2bffa97b4 (patch) | |
tree | ef9b3be38521fb4f9e972e1389d6ec9f199304ac /testsuite/tests/parser/should_fail/readFail041.stderr | |
parent | 61f1b46e2a56fcb1e95dd1c4e87fb31940b3412d (diff) | |
download | haskell-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.stderr | 8 |
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’ |