diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/all.T')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/all.T b/testsuite/tests/partial-sigs/should_fail/all.T index a676a02b04..2814b13464 100644 --- a/testsuite/tests/partial-sigs/should_fail/all.T +++ b/testsuite/tests/partial-sigs/should_fail/all.T @@ -30,8 +30,7 @@ test('PartialClassMethodSignature2', normal, compile_fail, ['']) test('PartialTypeSignaturesDisabled', normal, compile_fail, ['']) test('ScopedNamedWildcardsBad', normal, compile_fail, ['']) test('TidyClash', normal, compile_fail, ['']) -# Bug -test('TidyClash2', expect_broken(9478), compile_fail, ['']) +test('TidyClash2', normal, compile_fail, ['']) test('UnnamedConstraintWildcard1', normal, compile_fail, ['']) test('UnnamedConstraintWildcard2', normal, compile_fail, ['']) test('WildcardInADT1', normal, compile_fail, ['']) |