Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cc2a168bc4b466dfa5924ba0e0833b887f730d18 >--------------------------------------------------------------- commit cc2a168bc4b466dfa5924ba0e0833b887f730d18 Author: Jose Pedro Magalhaes <[email protected]> Date: Thu Jun 9 13:32:36 2011 +0200 Mark GShow1 as "normal", since #5227 has been fixed. >--------------------------------------------------------------- tests/ghc-regress/generics/GShow/test.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/generics/GShow/test.T b/tests/ghc-regress/generics/GShow/test.T index ddd1990..68770ba 100644 --- a/tests/ghc-regress/generics/GShow/test.T +++ b/tests/ghc-regress/generics/GShow/test.T @@ -1,3 +1,3 @@ setTestOpts(only_compiler_types(['ghc'])) -test('GShow1', expect_broken(5227), multimod_compile_and_run, ['Main', '']) \ No newline at end of file +test('GShow1', normal, multimod_compile_and_run, ['Main', '']) \ No newline at end of file _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
