[commit: packages/pretty] ghc-head: Tweak tests definition; no functional change (b419701)

git at git.haskell.org git at git.haskell.org
Sun Oct 27 15:56:20 UTC 2013


Repository : ssh://git@git.haskell.org/pretty

On branch  : ghc-head
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/b419701669900e2ebd8518b21a0b4bf5ac943e1b

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

commit b419701669900e2ebd8518b21a0b4bf5ac943e1b
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Feb 14 16:32:43 2013 +0000

    Tweak tests definition; no functional change
    
    Signed-off-by: David Terei <davidterei at gmail.com>


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

b419701669900e2ebd8518b21a0b4bf5ac943e1b
 tests/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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