summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplStg/should_compile/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplStg/should_compile/all.T')
-rw-r--r--testsuite/tests/simplStg/should_compile/all.T4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/simplStg/should_compile/all.T b/testsuite/tests/simplStg/should_compile/all.T
index d8bb1dfa5b..8df780ec23 100644
--- a/testsuite/tests/simplStg/should_compile/all.T
+++ b/testsuite/tests/simplStg/should_compile/all.T
@@ -14,3 +14,7 @@ test('T19717', normal, compile, ['-ddump-stg-final -dsuppress-uniques -dno-typea
test('inferTags002', [ only_ways(['optasm']), grep_errmsg(r'(call stg\_ap\_0)', [1])], compile, ['-ddump-cmm -dsuppress-uniques -dno-typeable-binds -O'])
test('T22212', normal, compile, ['-O'])
+test('T22840', [extra_files(
+ [ 'T22840A.hs'
+ , 'T22840B.hs'
+ ]), when(not(have_dynamic()),skip)], multimod_compile, ['T22840', '-dynamic-too -dtag-inference-checks'])