diff options
-rw-r--r-- | testsuite/tests/ghc-api/annotations/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T index 212e218ccb..09f535d156 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']) |