summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/pmcheck/complete_sigs/T14059b.stderr4
-rw-r--r--testsuite/tests/pmcheck/complete_sigs/all.T2
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, [''])