summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-22 18:55:30 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-02-25 23:26:06 +0100
commite02b8c8dadcc77c0c40d5346246f6a3b548258c2 (patch)
tree763797cee7bd7e9a0f8c9e6b39fe4835429a105f /testsuite/tests/haddock
parent8e6e022216b19b10841a896ee1a0b08e019a9481 (diff)
downloadhaskell-e02b8c8dadcc77c0c40d5346246f6a3b548258c2.tar.gz
Testsuite: for tests that use TH, omit *all* prof_ways
Instead of just profasm and profthreaded. And at least until -fexternal-interpreter is the default. Also: * WAY=profc doesn't exist anymore. * Omit all threaded_ways for conc039, not just a few.
Diffstat (limited to 'testsuite/tests/haddock')
-rw-r--r--testsuite/tests/haddock/haddock_examples/test.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/haddock/haddock_examples/test.T b/testsuite/tests/haddock/haddock_examples/test.T
index c60933d156..43aa20ebb8 100644
--- a/testsuite/tests/haddock/haddock_examples/test.T
+++ b/testsuite/tests/haddock/haddock_examples/test.T
@@ -1,5 +1,5 @@
test('haddock.Test',
- [omit_ways(['optasm', 'profasm']),
+ [omit_ways(prof_ways),
extra_clean(['Test.hi', 'Test.o', 'Hidden.hi', 'Hidden.o',
'Visible.hi', 'Visible.o'])],
multimod_compile,