summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T3811c.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_fail/T3811c.stderr')
-rw-r--r--testsuite/tests/parser/should_fail/T3811c.stderr9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/tests/parser/should_fail/T3811c.stderr b/testsuite/tests/parser/should_fail/T3811c.stderr
index 431318e268..52f081bbe6 100644
--- a/testsuite/tests/parser/should_fail/T3811c.stderr
+++ b/testsuite/tests/parser/should_fail/T3811c.stderr
@@ -1,5 +1,6 @@
-T3811c.hs:6:11: error:
- Strictness annotation applied to a compound type.
- Did you mean to add parentheses?
- !(Show D)
+T3811c.hs:6:10: error:
+ Illegal class instance: ā€˜!Show Dā€™
+ Class instances must be of the form
+ context => C ty_1 ... ty_n
+ where ā€˜Cā€™ is a class