[commit: ghc] wip/T16227: testsuite: Use makefile_test for T16212 (15104d3)

git at git.haskell.org git at git.haskell.org
Sun Feb 3 11:25:54 UTC 2019


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

On branch  : wip/T16227
Link       : http://ghc.haskell.org/trac/ghc/changeset/15104d331a98ef1c7717a4a64abab9765daa8df3/ghc

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

commit 15104d331a98ef1c7717a4a64abab9765daa8df3
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Feb 2 14:35:29 2019 -0500

    testsuite: Use makefile_test for T16212


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

15104d331a98ef1c7717a4a64abab9765daa8df3
 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 8002630..212e218 100644
--- a/testsuite/tests/ghc-api/annotations/all.T
+++ b/testsuite/tests/ghc-api/annotations/all.T
@@ -61,4 +61,4 @@ 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']),
-                     ignore_stderr], run_command, ['$MAKE -s --no-print-directory T16212'])
+                     ignore_stderr], makefile_test, ['T16212'])



More information about the ghc-commits mailing list