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