Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0463a5daed38b103299bce1aa6663d7c316242c0 >--------------------------------------------------------------- commit 0463a5daed38b103299bce1aa6663d7c316242c0 Author: Simon Peyton Jones <[email protected]> Date: Wed Apr 25 12:46:26 2012 +0100 Trac #6022 is broken at the moment >--------------------------------------------------------------- tests/typecheck/should_fail/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/typecheck/should_fail/all.T b/tests/typecheck/should_fail/all.T index 1dc3249..e9d27ec 100644 --- a/tests/typecheck/should_fail/all.T +++ b/tests/typecheck/should_fail/all.T @@ -274,5 +274,5 @@ test('T5684', normal, compile_fail, ['']) test('T5858', normal, compile_fail, ['']) test('T5957', normal, compile_fail, ['']) test('T6001', normal, compile_fail, ['']) -test('T6022', normal, compile_fail, ['']) +test('T6022', expect_broken(6022), compile_fail, ['']) test('T5853', normal, compile_fail, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
