diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/WildcardInADT2.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/WildcardInADT2.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInADT2.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInADT2.stderr index ec1ddf7189..2c8acc3307 100644 --- a/testsuite/tests/partial-sigs/should_fail/WildcardInADT2.stderr +++ b/testsuite/tests/partial-sigs/should_fail/WildcardInADT2.stderr @@ -1,4 +1,4 @@ -
-WildcardInADT2.hs:4:34: error:
- Wildcard ‘_’ not allowed
- in the definition of data constructor ‘Foo’
+ +WildcardInADT2.hs:4:34: error: + Wildcard ‘_’ not allowed + in the definition of data constructor ‘Foo’ |