summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-06-12 09:53:11 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-06-12 09:53:11 +0100
commit33416a2fa019197cb49db9de6c77904c658f54ef (patch)
treeaa26cec0d5e9f07c50d26ea4ddd8e0692e6c23e8
parenta48be4601389821c45a0e97c16fe0b2fb81c6858 (diff)
downloadhaskell-33416a2fa019197cb49db9de6c77904c658f54ef.tar.gz
omit the profasm way
-rw-r--r--libraries/template-haskell/tests/all.T3
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'])