From 95a3a253b4a5864b9b31a00a02449148cce91bdd Mon Sep 17 00:00:00 2001 From: David Terei Date: Wed, 6 Jul 2011 01:22:01 -0700 Subject: Skip optllvm --- testsuite/tests/ghc-regress/indexed-types/should_compile/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T b/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T index e7e2ffc4f8..241bbe49c6 100644 --- a/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T +++ b/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T @@ -1,6 +1,6 @@ setTestOpts(only_compiler_types(['ghc'])) # Keep optimised tests, so we test coercion optimisation -setTestOpts(omit_ways(['optasm', 'hpc'])) +setTestOpts(omit_ways(['optasm', 'optllvm', 'hpc'])) test('Simple1', normal, compile, ['']) test('Simple2', normal, compile, ['']) -- cgit v1.2.1