diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/WildcardInADTContext1.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/WildcardInADTContext1.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext1.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext1.stderr index e1ab864988..730bc1b147 100644 --- a/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext1.stderr +++ b/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext1.stderr @@ -3,5 +3,5 @@ WildcardInADTContext1.hs:1:37: warning: [-Wdeprecated-flags (in -Wdefault)] -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language. WildcardInADTContext1.hs:4:13: error: [GHC-65507] - Wildcard ‘_’ not allowed - in the data type declaration for ‘Foo’ + • Wildcard ‘_’ not allowed + • In the data type declaration for ‘Foo’ |