[commit: pretty] ghc-head: Remove use of compose from the testsuite driver (0b8eada)

Ian Lynagh igloo at earth.li
Tue Feb 19 15:48:06 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/pretty

On branch  : ghc-head

http://hackage.haskell.org/trac/ghc/changeset/0b8eada2d4d62dd09ee361d8b6ca9b13e6573202

>---------------------------------------------------------------

commit 0b8eada2d4d62dd09ee361d8b6ca9b13e6573202
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Feb 17 23:07:28 2013 +0000

    Remove use of compose from the testsuite driver

>---------------------------------------------------------------

 tests/all.T |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/all.T b/tests/all.T
index 5189843..81e2c73 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -1,2 +1,2 @@
-test('pp1', compose(expect_broken(1062), only_ways(['normal'])), compile_and_run, [''])
+test('pp1', [expect_broken(1062), only_ways(['normal'])], compile_and_run, [''])
 test('T3911', normal, compile_and_run, [''])





More information about the ghc-commits mailing list