diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr index 0b15bd05fe..941ea1c5d4 100644 --- a/testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr +++ b/testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr @@ -1,4 +1,4 @@ -
-WildcardInDefaultSignature.hs:7:16: error:
- Wildcard ‘_’ not allowed
- in a class method signature for ‘f’
+ +WildcardInDefaultSignature.hs:7:16: error: + Wildcard ‘_’ not allowed + in a class method signature for ‘f’ |