Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fae9c705700e31e340da4f6edf836d5beac22d80 >--------------------------------------------------------------- commit fae9c705700e31e340da4f6edf836d5beac22d80 Author: Jose Pedro Magalhaes <[email protected]> Date: Fri Nov 11 11:08:10 2011 +0000 Expect T3330c to pass again >--------------------------------------------------------------- tests/indexed-types/should_fail/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/indexed-types/should_fail/all.T b/tests/indexed-types/should_fail/all.T index 2bf23f0..15eefb6 100644 --- a/tests/indexed-types/should_fail/all.T +++ b/tests/indexed-types/should_fail/all.T @@ -58,7 +58,7 @@ test('T4093a', normal, compile_fail, ['']) test('T4093b', normal, compile_fail, ['']) test('T3330a', reqlib('mtl'), compile_fail, ['']) test('T3330b', normal, compile_fail, ['']) -test('T3330c', expect_fail, compile_fail, ['']) +test('T3330c', normal, compile_fail, ['']) test('T4179', normal, compile_fail, ['']) test('T4254', normal, compile_fail, ['']) test('T2239', normal, compile_fail, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
