diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-11 15:56:07 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:27:25 -0400 |
commit | 20160f1a8a8ed69c168bee5c8d43373191303b3f (patch) | |
tree | 0cc245157a0a58e253148ef29353f8d550fe8453 /testsuite/tests/parser | |
parent | 1cbfef47f0288a0f55e8f3db71076afd190121ca (diff) | |
download | haskell-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.T | 2 |
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, ['']) |