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