Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7d326ec2d7b85679ea987aea50b80c60730ac6b4 >--------------------------------------------------------------- commit 7d326ec2d7b85679ea987aea50b80c60730ac6b4 Author: Simon Peyton Jones <[email protected]> Date: Tue Aug 28 14:34:08 2012 +0100 Fix all.T bug in test for #7171 >--------------------------------------------------------------- tests/typecheck/should_compile/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/typecheck/should_compile/all.T b/tests/typecheck/should_compile/all.T index 6aef886..738e716 100644 --- a/tests/typecheck/should_compile/all.T +++ b/tests/typecheck/should_compile/all.T @@ -383,5 +383,5 @@ test('T6134', normal, compile, ['']) test('TcLambdaCase', if_compiler_lt('ghc', '7.5', skip), compile, ['']) test('T7147', normal, compile, ['']) test('T7171',normal,run_command, - ['$MAKE -s --no-print-directory T5792']) + ['$MAKE -s --no-print-directory T7171']) test('T7173', normal, compile, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
