diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2020-11-23 15:50:43 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-17 05:46:45 -0500 |
commit | 9ab0f830e362d330ae91678152990b4babeacd51 (patch) | |
tree | c4b2eef29586af0330d79c7b67873ef2ca07bd12 /testsuite/tests/pmcheck | |
parent | 23a545df75002060ed7bcb8bcc0e0511b7f9fb7d (diff) | |
download | haskell-9ab0f830e362d330ae91678152990b4babeacd51.tar.gz |
Accept (fixed) T14059b
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, ['']) |