[commit: ghc] master: testsuite: Fix syntax error in rts/all.T (2618090)
git at git.haskell.org
git at git.haskell.org
Sat Dec 10 03:33:20 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2618090b67e3df00bf126a77f883ffd65d258567/ghc
>---------------------------------------------------------------
commit 2618090b67e3df00bf126a77f883ffd65d258567
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Dec 9 21:55:34 2016 -0500
testsuite: Fix syntax error in rts/all.T
Yet another reason why no change to too small to validate. Arg.
>---------------------------------------------------------------
2618090b67e3df00bf126a77f883ffd65d258567
testsuite/tests/rts/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index d05e0ea..5037c6b 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -376,6 +376,6 @@ test('T12497', [ unless(opsys('mingw32'), skip)
],
run_command, ['$MAKE -s --no-print-directory T12497'])
test('T12903', [when(opsys('mingw32'), skip),
- when(opsys('darwin'), expect_broken(12956)],
+ when(opsys('darwin'), expect_broken(12956))],
compile_and_run, [''])
More information about the ghc-commits
mailing list