summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-02-15 10:26:41 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-16 01:14:00 -0500
commit9b39597b66b6a46c1af2bb939dd77d01544ab7be (patch)
tree6ee6896f60f02af288d2bd7b599a2dfcabf4e47a /testsuite/tests/dependent
parent0b92bdc79ddd38ceb69820dbc27ed36d7e5d7a57 (diff)
downloadhaskell-9b39597b66b6a46c1af2bb939dd77d01544ab7be.tar.gz
Fix tests which were made to pass by "Make a smart mkAppTyM"
For some reason gitlab is not reporting these as failures in CI. It's not clear to me why as the junit output looks fine. Fixes #16112 and #16113 They were fixed by 682783828275cca5fd8bf5be5b52054c75e0e22c
Diffstat (limited to 'testsuite/tests/dependent')
-rw-r--r--testsuite/tests/dependent/should_fail/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_fail/all.T b/testsuite/tests/dependent/should_fail/all.T
index a75886e8f6..f1272200ba 100644
--- a/testsuite/tests/dependent/should_fail/all.T
+++ b/testsuite/tests/dependent/should_fail/all.T
@@ -9,7 +9,7 @@ test('SelfDep', normal, compile_fail, [''])
test('BadTelescope4', normal, compile_fail, [''])
test('RenamingStar', normal, compile_fail, [''])
test('T11407', normal, compile_fail, [''])
-test('T11334b', when(compiler_debugged(), expect_broken(16112)), compile_fail, [''])
+test('T11334b', normal, compile_fail, [''])
test('T11473', normal, compile_fail, [''])
test('T11471', normal, compile_fail, [''])
test('T12174', normal, compile_fail, [''])