Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b02e48f78bc6e962583ca52fb2a8776061738a45 >--------------------------------------------------------------- commit b02e48f78bc6e962583ca52fb2a8776061738a45 Author: Ian Lynagh <[email protected]> Date: Fri Nov 25 19:02:38 2011 +0000 Remove GenBigTypes test It was committed accidentally. >--------------------------------------------------------------- tests/generics/all.T | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tests/generics/all.T b/tests/generics/all.T index 4abc24f..f9e75c7 100644 --- a/tests/generics/all.T +++ b/tests/generics/all.T @@ -2,7 +2,6 @@ setTestOpts(only_compiler_types(['ghc'])) test('GenCanDoRep0', normal, compile, ['']) test('GenDerivOutput', normal, compile, ['-dsuppress-uniques']) -test('GenBigTypes', normal, compile, ['']) test('GenShouldFail0', normal, compile_fail, ['']) test('GenCannotDoRep0', normal, compile_fail, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
