[commit: ghc] wip/cleanup-tests: testsuite: Mark T16212 as fixed (de30a96)

git at git.haskell.org git at git.haskell.org
Fri Feb 8 17:49:38 UTC 2019


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

On branch  : wip/cleanup-tests
Link       : http://ghc.haskell.org/trac/ghc/changeset/de30a9638296b50e721971b0dbe888023ff2e384/ghc

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

commit de30a9638296b50e721971b0dbe888023ff2e384
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Feb 8 01:03:03 2019 -0500

    testsuite: Mark T16212 as fixed
    
    Trac #16212 was fixed in 4bf35da4fccd2a21153a1c19bfa80006e99e02a1.


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

de30a9638296b50e721971b0dbe888023ff2e384
 testsuite/tests/ghc-api/annotations/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T
index 212e218..09f535d 100644
--- a/testsuite/tests/ghc-api/annotations/all.T
+++ b/testsuite/tests/ghc-api/annotations/all.T
@@ -60,5 +60,5 @@ test('T13163',      [extra_files(['Test13163.hs']),
 test('T15303',      [extra_files(['Test15303.hs']),
                      ignore_stderr], makefile_test, ['T15303'])
 # Stricter tests from trac #16217 now causes this to fail. Will be fixed for trac #16212
-test('T16212',      [expect_broken(16212),extra_files(['Test16212.hs']),
+test('T16212',      [extra_files(['Test16212.hs']),
                      ignore_stderr], makefile_test, ['T16212'])



More information about the ghc-commits mailing list