summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/all.T')
-rw-r--r--testsuite/tests/th/all.T6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index d73ad8600c..e4d4731f9a 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -71,11 +71,6 @@ def error_has(pattern):
# the following fails only if both the command fails and the pattern is found
return('bash -o pipefail -c \'! (! "$@" {swap12}) | grep {pattern} {swap12} &> /dev/null\' --'.format(**locals()))
-test('TH_addCStub1', normal, compile_and_run, ['-v0'])
-test('TH_addCStub2'
- , [compile_cmd_prefix(error_has('TH_addCStub2.hs:13:'))]
- , compile_fail, ['-v0'])
-
test('TH_reifyMkName', normal, compile, ['-v0'])
test('TH_reifyInstances', normal, compile, ['-v0'])
@@ -385,3 +380,4 @@ test('T13018', normal, compile, ['-v0'])
test('T13123', normal, compile, ['-v0'])
test('T13098', normal, compile, ['-v0'])
test('T11046', normal, multimod_compile, ['T11046','-v0'])
+test('T13366', normal, compile_and_run, ['-lstdc++ -v0'])