diff options
Diffstat (limited to 'testsuite/tests/quasiquotation/T4491/test.T')
-rw-r--r-- | testsuite/tests/quasiquotation/T4491/test.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/quasiquotation/T4491/test.T b/testsuite/tests/quasiquotation/T4491/test.T index b62370aaef..a9ead0fa61 100644 --- a/testsuite/tests/quasiquotation/T4491/test.T +++ b/testsuite/tests/quasiquotation/T4491/test.T @@ -2,9 +2,9 @@ test('T4491', [ req_interp, # We'd need to jump through some hoops to run this test the - # in the prof or dyn ways, due to the TH use, so for now we just - # omit the other ways - omit_ways(['profasm','profthreaded','dyn']), + # other ways, due to the TH use, so for now we only run it + # the TH way + only_ways([config.ghc_th_way]), only_compiler_types(['ghc']), extra_clean(['A.hi', 'A.o']) ], |