From d0d74842868ceb6716b7334eb6310f61f90023bf Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Fri, 21 Sep 2018 11:44:35 -0400
Subject: testsuite: Don't force run of llvm ways in T14251

This breaks if LLVM is not available.
---
 testsuite/tests/codeGen/should_run/all.T | 3 +--
 1 file changed, 1 insertion(+), 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, [''])
-- 
cgit v1.2.1