diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-19 10:16:54 +0300 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-19 10:16:54 +0300 |
commit | a9b01c08aab02a8f00cbaf49a99eff0a7b0d19e4 (patch) | |
tree | 4dbe841bd6518a7a5ff2cd3d044b1fca76c2762e /testsuite/tests/quasiquotation/qq009 | |
parent | de692fd54a000fab2e5787b63b9b6c62168ef4d5 (diff) | |
download | haskell-a9b01c08aab02a8f00cbaf49a99eff0a7b0d19e4.tar.gz |
Mark some TH tests as req_interp
- dataToExpQUnit
- qq005
- qq006
- qq007
- qq008
- qq009
- T13949
- T8025
Diffstat (limited to 'testsuite/tests/quasiquotation/qq009')
-rw-r--r-- | testsuite/tests/quasiquotation/qq009/test.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/quasiquotation/qq009/test.T b/testsuite/tests/quasiquotation/qq009/test.T index 1f108a626e..2dfb976298 100644 --- a/testsuite/tests/quasiquotation/qq009/test.T +++ b/testsuite/tests/quasiquotation/qq009/test.T @@ -1,5 +1,6 @@ test('qq009', [extra_files(['QQ.hs', 'Test.hs']), when(fast(), skip), pre_cmd('$MAKE -s --no-print-directory TH_QQ'), - omit_ways(prof_ways)], + omit_ways(prof_ways), + req_interp], multimod_compile, ['Test', '-v0 ' + config.ghc_th_way_flags]) |