Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/77b28e5993fd4e261a31586ca3ff0ea9a7e6c5bf >--------------------------------------------------------------- commit 77b28e5993fd4e261a31586ca3ff0ea9a7e6c5bf Author: David Terei <[email protected]> Date: Wed Jul 6 01:22:01 2011 -0700 Skip optllvm >--------------------------------------------------------------- .../ghc-regress/indexed-types/should_compile/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/indexed-types/should_compile/all.T b/tests/ghc-regress/indexed-types/should_compile/all.T index e7e2ffc..241bbe4 100644 --- a/tests/ghc-regress/indexed-types/should_compile/all.T +++ b/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, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
