diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr index cbd06fdbcb..19df37a766 100644 --- a/testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr +++ b/testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr @@ -1,6 +1,6 @@ -
-WildcardInStandaloneDeriving.hs:4:19: error: Malformed instance: _
-
-WildcardInStandaloneDeriving.hs:4:19: error:
- Wildcard ‘_’ not allowed
- in In a deriving declaration
+ +WildcardInStandaloneDeriving.hs:4:19: error: Malformed instance: _ + +WildcardInStandaloneDeriving.hs:4:19: error: + Wildcard ‘_’ not allowed + in In a deriving declaration |