diff options
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T17248.stderr')
-rw-r--r-- | testsuite/tests/pmcheck/should_compile/T17248.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T17248.stderr b/testsuite/tests/pmcheck/should_compile/T17248.stderr index d19619464e..c5887ec3b2 100644 --- a/testsuite/tests/pmcheck/should_compile/T17248.stderr +++ b/testsuite/tests/pmcheck/should_compile/T17248.stderr @@ -1,12 +1,12 @@ -T17248.hs:9:1: warning: [-Woverlapping-patterns (in -Wdefault)] +T17248.hs:9:1: warning: [GHC-94210] [-Woverlapping-patterns (in -Wdefault)] Pattern match has inaccessible right hand side In an equation for ‘f’: f (T1 _) True = ... -T17248.hs:14:1: warning: [-Woverlapping-patterns (in -Wdefault)] +T17248.hs:14:1: warning: [GHC-53633] [-Woverlapping-patterns (in -Wdefault)] Pattern match is redundant In an equation for ‘g’: g (T2 _) True = ... -T17248.hs:15:1: warning: [-Woverlapping-patterns (in -Wdefault)] +T17248.hs:15:1: warning: [GHC-94210] [-Woverlapping-patterns (in -Wdefault)] Pattern match has inaccessible right hand side In an equation for ‘g’: g !_ True = ... |