From 9ab0f830e362d330ae91678152990b4babeacd51 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Mon, 23 Nov 2020 15:50:43 +0100 Subject: 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. --- testsuite/tests/pmcheck/complete_sigs/T14059b.stderr | 4 ++-- testsuite/tests/pmcheck/complete_sigs/all.T | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/tests') 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, ['']) -- cgit v1.2.1