summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2015-12-26 12:58:03 -0500
committerRichard Eisenberg <eir@cis.upenn.edu>2015-12-26 14:00:50 -0500
commitda69358bfb1b71c6455c420399fd6a18a02ee5df (patch)
treef10a70394674d9578ed2b0521737aaf2076037e2 /testsuite/tests/th
parent52da6bdc17bb491d6d2f462b3680eb44b9be92e5 (diff)
downloadhaskell-da69358bfb1b71c6455c420399fd6a18a02ee5df.tar.gz
Fix #11287.
Happily, the fix is simply deleting some old code. I love it when that happens.
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r--testsuite/tests/th/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 2a82a2312d..fb429bcbd5 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -272,7 +272,7 @@ test('T7532',
['T7532', '-v0 ' + config.ghc_th_way_flags])
test('T2222', normal, compile, ['-v0'])
test('T1849', normal, ghci_script, ['T1849.script'])
-test('T7681', when(compiler_debugged(), expect_broken(11287)), compile, ['-v0'])
+test('T7681', normal, compile, ['-v0'])
test('T7910', normal, compile_and_run, ['-v0'])
test('ClosedFam1TH', normal, compile, ['-dsuppress-uniques -v0'])