summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-11 15:56:07 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-12 08:27:25 -0400
commit20160f1a8a8ed69c168bee5c8d43373191303b3f (patch)
tree0cc245157a0a58e253148ef29353f8d550fe8453 /testsuite/tests/parser
parent1cbfef47f0288a0f55e8f3db71076afd190121ca (diff)
downloadhaskell-20160f1a8a8ed69c168bee5c8d43373191303b3f.tar.gz
testsuite: Don't run tests requiring TH in profasm way when GhcDynamic
Since we can't load profiled objects when GhcDynamic==YES. Affects: * T16737 * T16384 * T16718 * T16619 * T16190
Diffstat (limited to 'testsuite/tests/parser')
-rw-r--r--testsuite/tests/parser/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_compile/all.T b/testsuite/tests/parser/should_compile/all.T
index fdb35c4d58..8ea9cce13d 100644
--- a/testsuite/tests/parser/should_compile/all.T
+++ b/testsuite/tests/parser/should_compile/all.T
@@ -142,5 +142,5 @@ test('T15457', normal, compile, [''])
test('T15675', normal, compile, [''])
test('T15781', normal, compile, [''])
test('T16339', normal, compile, [''])
-test('T16619', [], multimod_compile, ['T16619', '-v0'])
+test('T16619', requires_th, multimod_compile, ['T16619', '-v0'])
test('T504', normal, compile, [''])