summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-04-23 22:52:46 (GMT)
committerBen Gamari <ben@smart-cactus.org>2017-04-23 22:52:46 (GMT)
commitf799df59d5f7e9fb683f2c71e25b65412afc53a7 (patch)
tree1a5a9ebc7f36e0aa1b1a435ef2bfc2563b3c9fbd
parent1f4fd37efac4795493677d5df81c83d22eac5f74 (diff)
downloadghc-f799df59d5f7e9fb683f2c71e25b65412afc53a7.zip
ghc-f799df59d5f7e9fb683f2c71e25b65412afc53a7.tar.gz
ghc-f799df59d5f7e9fb683f2c71e25b65412afc53a7.tar.bz2
testsuite: Mark T13075 as broken due to #13075
-rw-r--r--testsuite/tests/typecheck/should_fail/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index e70f255..c8d5869 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -425,7 +425,7 @@ test('T12921', normal, compile_fail, [''])
test('T12973', normal, compile_fail, [''])
test('StrictBinds', normal, compile_fail, [''])
test('T13068', [extra_files(['T13068.hs', 'T13068a.hs', 'T13068.hs-boot', 'T13068m.hs'])], multimod_compile_fail, ['T13068m', ''])
-test('T13075', normal, compile_fail, [''])
+test('T13075', expect_broken(13075), compile_fail, [''])
test('T13105', normal, compile_fail, [''])
test('LevPolyBounded', normal, compile_fail, [''])
test('T13487', normal, compile, [''])