diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-06-12 09:53:11 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-06-12 09:53:11 +0100 |
commit | 33416a2fa019197cb49db9de6c77904c658f54ef (patch) | |
tree | aa26cec0d5e9f07c50d26ea4ddd8e0692e6c23e8 | |
parent | a48be4601389821c45a0e97c16fe0b2fb81c6858 (diff) | |
download | haskell-33416a2fa019197cb49db9de6c77904c658f54ef.tar.gz |
omit the profasm way
-rw-r--r-- | libraries/template-haskell/tests/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/template-haskell/tests/all.T b/libraries/template-haskell/tests/all.T index 4179eb3267..716742a20c 100644 --- a/libraries/template-haskell/tests/all.T +++ b/libraries/template-haskell/tests/all.T @@ -1 +1,2 @@ -test('dataToExpQUnit', normal, compile, ['-v0']) +# difficult to test TH with profiling, because we have to build twice +test('dataToExpQUnit', omit_ways(prof_ways), compile, ['-v0']) |