[commit: ghc] master: Remove stray commented out line in all.T (9bcc4e3)
git at git.haskell.org
git at git.haskell.org
Wed Dec 7 21:38:55 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9bcc4e335b34c00191e8897aa7393c3856e8996f/ghc
>---------------------------------------------------------------
commit 9bcc4e335b34c00191e8897aa7393c3856e8996f
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Wed Dec 7 23:36:23 2016 +0200
Remove stray commented out line in all.T
>---------------------------------------------------------------
9bcc4e335b34c00191e8897aa7393c3856e8996f
testsuite/tests/printer/all.T | 1 -
1 file changed, 1 deletion(-)
diff --git a/testsuite/tests/printer/all.T b/testsuite/tests/printer/all.T
index 8a795f5..c39656e 100644
--- a/testsuite/tests/printer/all.T
+++ b/testsuite/tests/printer/all.T
@@ -9,7 +9,6 @@ test('Ppr008', normal, run_command, ['$MAKE -s --no-print-directory ppr008'])
test('Ppr009', normal, run_command, ['$MAKE -s --no-print-directory ppr009'])
test('Ppr010', normal, run_command, ['$MAKE -s --no-print-directory ppr010'])
test('Ppr011', normal, run_command, ['$MAKE -s --no-print-directory ppr011'])
-#test('Ppr012', ignore_stdout, run_command, ['$MAKE -s --no-print-directory ppr012'])
test('Ppr012', normal, run_command, ['$MAKE -s --no-print-directory ppr012'])
test('Ppr013', normal, run_command, ['$MAKE -s --no-print-directory ppr013'])
test('Ppr014', normal, run_command, ['$MAKE -s --no-print-directory ppr014'])
More information about the ghc-commits
mailing list