summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-02 14:35:29 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-04 01:52:02 -0500
commite0c0bde401cca7707678377243648551d1504bdd (patch)
tree3f68a1db23b5f42a5ffc859199fb3c16a8c645e8
parent461c447db50ba3f7ded59f73e3b5342212089fb2 (diff)
downloadhaskell-e0c0bde401cca7707678377243648551d1504bdd.tar.gz
testsuite: Use makefile_test for T16212
-rw-r--r--testsuite/tests/ghc-api/annotations/all.T2
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 8002630b53..212e218ccb 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'])