diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2020-11-23 15:50:43 +0100 |
---|---|---|
committer | Sebastian Graf <sebastian.graf@kit.edu> | 2021-01-10 14:07:23 +0100 |
commit | 42f43991e67120d0e169ce657fb015a8f69a8391 (patch) | |
tree | 231f41250c4faf837a9f9ecdc1c71045295ecc52 /testsuite/tests/pmcheck | |
parent | 429dd209dbcaa3bd88fc2158dff34f5bc9ec5f81 (diff) | |
download | haskell-wip/T18960.tar.gz |
Accept (fixed) T14059bwip/T18960
The `expect_broken` of `T14059b` expected outdated output.
But #14059 has long been fixed, so we this commit accepts the new output
and marks the test as unbroken.
Diffstat (limited to 'testsuite/tests/pmcheck')
-rw-r--r-- | testsuite/tests/pmcheck/complete_sigs/T14059b.stderr | 4 | ||||
-rw-r--r-- | testsuite/tests/pmcheck/complete_sigs/all.T | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr b/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr index 8c8569c638..20c7b78ddc 100644 --- a/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr +++ b/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr @@ -2,9 +2,9 @@ T14059b.hs:23:1: warning: [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In an equation for ‘wibble’: - Patterns not matched: p where p is not one of {STrue} + Patterns of type ‘Sing z’ not matched: SFalse T14059b.hs:26:1: warning: [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In an equation for ‘wobble’: - Patterns not matched: p where p is not one of {STooGoodToBeTrue} + Patterns of type ‘Sing z’ not matched: SFalse diff --git a/testsuite/tests/pmcheck/complete_sigs/all.T b/testsuite/tests/pmcheck/complete_sigs/all.T index dc80cb3d0e..49ed3c62bc 100644 --- a/testsuite/tests/pmcheck/complete_sigs/all.T +++ b/testsuite/tests/pmcheck/complete_sigs/all.T @@ -19,7 +19,7 @@ test('T13717', normal, compile, ['']) test('T13964', normal, compile, ['']) test('T13965', normal, compile, ['']) test('T14059a', normal, compile, ['']) -test('T14059b', expect_broken('14059'), compile, ['']) +test('T14059b', normal, compile, ['']) test('T14253', normal, compile, ['']) test('T14422', normal, compile, ['']) test('T14851', normal, compile, ['']) |