summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-09-21 11:44:35 -0400
committerBen Gamari <ben@smart-cactus.org>2018-09-21 11:45:44 -0400
commitd0d74842868ceb6716b7334eb6310f61f90023bf (patch)
treed855a3046c8841ab34e6e069edb91a85c9f73f64 /testsuite/tests/codeGen
parent29f1c556dd563f563c3c0522823fa66f171ff023 (diff)
downloadhaskell-d0d74842868ceb6716b7334eb6310f61f90023bf.tar.gz
testsuite: Don't force run of llvm ways in T14251
This breaks if LLVM is not available.
Diffstat (limited to 'testsuite/tests/codeGen')
-rw-r--r--testsuite/tests/codeGen/should_run/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 025acb4244..49592951bc 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -172,6 +172,5 @@ test('T13825-unit',
test('T14619', normal, compile_and_run, [''])
test('T14754', normal, compile_and_run, [''])
test('T14346', only_ways(['threaded1','threaded2']), compile_and_run, ['-O -threaded'])
-test('T14251', [extra_ways(['llvm', 'optllvm']),
- expect_broken_for(14251, ['optllvm'])],
+test('T14251', [expect_broken_for(14251, ['optllvm'])],
compile_and_run, [''])