[commit: ghc] master: testsuite: Fix readFail048 and readFail032 brokenness declarations (3e5b8e3)

git at git.haskell.org git at git.haskell.org
Sat Sep 22 00:50:27 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3e5b8e334862f18e08a5721150bc2b88ffa2b21b/ghc

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

commit 3e5b8e334862f18e08a5721150bc2b88ffa2b21b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 21 16:18:08 2018 -0400

    testsuite: Fix readFail048 and readFail032 brokenness declarations
    
    Whoops.


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

3e5b8e334862f18e08a5721150bc2b88ffa2b21b
 testsuite/tests/parser/should_fail/all.T | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/parser/should_fail/all.T b/testsuite/tests/parser/should_fail/all.T
index c655827..960144c 100644
--- a/testsuite/tests/parser/should_fail/all.T
+++ b/testsuite/tests/parser/should_fail/all.T
@@ -35,7 +35,7 @@ test('readFail028', normal, compile_fail, [''])
 test('readFail029', normal, compile_fail, [''])
 test('readFail030', normal, compile_fail, [''])
 test('readFail031', normal, compile_fail, [''])
-test('readFail032', when(opsys('darwin', expect_broken(15662))),
+test('readFail032', when(opsys('darwin'), expect_broken(15662)),
      compile_fail, ['-cpp'])
 test('readFail033', normal, compile_fail, [''])
 test('readFail034', normal, compile_fail, [''])
@@ -51,7 +51,7 @@ test('readFail043', normal, compile_fail, [''])
 test('readFail044', normal, compile_fail, [''])
 test('readFail046', normal, compile_fail, [''])
 test('readFail047', normal, compile_fail, [''])
-test('readFail048', when(opsys('darwin', expect_broken(15662))),
+test('readFail048', when(opsys('darwin'), expect_broken(15662)),
      compile_fail, ['-cpp -haddock'])
 test('T3095', normal, compile_fail, [''])
 test('T3153', normal, compile_fail, [''])



More information about the ghc-commits mailing list