diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/WildcardInDefault.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/WildcardInDefault.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInDefault.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInDefault.stderr index a02f8a6144..5321815171 100644 --- a/testsuite/tests/partial-sigs/should_fail/WildcardInDefault.stderr +++ b/testsuite/tests/partial-sigs/should_fail/WildcardInDefault.stderr @@ -1,4 +1,4 @@ -
-WildcardInDefault.hs:4:10: error:
- Wildcard ‘_’ not allowed
- in a `default' declaration
+ +WildcardInDefault.hs:4:10: error: + Wildcard ‘_’ not allowed + in a `default' declaration |