[commit: packages/pretty] next: Tweak tests definition; no functional change (1e3c792)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:48:39 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branch : next
Link : http://git.haskell.org/packages/pretty.git/commitdiff/1e3c792a54777c95be6d243570cf3ae248d16d68
>---------------------------------------------------------------
commit 1e3c792a54777c95be6d243570cf3ae248d16d68
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>
>---------------------------------------------------------------
1e3c792a54777c95be6d243570cf3ae248d16d68
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