Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/50184894b688df106691fbff62daad67dcfa9a65 >--------------------------------------------------------------- commit 50184894b688df106691fbff62daad67dcfa9a65 Author: Simon Marlow <[email protected]> Date: Tue Nov 29 08:49:42 2011 +0000 T3103 is expect_broken for optllvm too >--------------------------------------------------------------- tests/rename/should_compile/T3103/test.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/rename/should_compile/T3103/test.T b/tests/rename/should_compile/T3103/test.T index 6efdaee..751118b 100644 --- a/tests/rename/should_compile/T3103/test.T +++ b/tests/rename/should_compile/T3103/test.T @@ -2,7 +2,7 @@ test('T3103', [only_compiler_types(['ghc']), - expect_broken_for(3103, ['optasm', 'hpc', 'profasm']), + expect_broken_for(3103, opt_ways), extra_clean(['Foreign/Ptr.hi', 'Foreign/Ptr.o', 'GHC/Base.hi', 'GHC/Base.o', 'GHC/Num.hi', 'GHC/Num.o', _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
