diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/T3811f.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/T3811f.stderr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/T3811f.stderr b/testsuite/tests/parser/should_fail/T3811f.stderr index 882ae06706..2d31fa86cf 100644 --- a/testsuite/tests/parser/should_fail/T3811f.stderr +++ b/testsuite/tests/parser/should_fail/T3811f.stderr @@ -1,2 +1,5 @@ -T3811f.hs:4:7: Malformed head of type or class declaration: !Foo a +T3811f.hs:4:8: error: + Strictness annotation applied to a compound type. + Did you mean to add parentheses? + !(Foo a) |