diff options
Diffstat (limited to 'libraries/template-haskell/tests')
-rw-r--r-- | libraries/template-haskell/tests/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/tests/all.T b/libraries/template-haskell/tests/all.T index 716742a20c..1d48d411d0 100644 --- a/libraries/template-haskell/tests/all.T +++ b/libraries/template-haskell/tests/all.T @@ -1,2 +1,2 @@ # difficult to test TH with profiling, because we have to build twice -test('dataToExpQUnit', omit_ways(prof_ways), compile, ['-v0']) +test('dataToExpQUnit', [omit_ways(prof_ways), req_interp], compile, ['-v0']) |