From 76c8fd674435a652c75a96c85abbf26f1f221876 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 30 Jan 2019 01:06:12 -0500 Subject: Batch merge --- testsuite/tests/quasiquotation/all.T | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testsuite/tests/quasiquotation') diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T index a10b8e4446..96471f50fc 100644 --- a/testsuite/tests/quasiquotation/all.T +++ b/testsuite/tests/quasiquotation/all.T @@ -1,6 +1,5 @@ test('T3953', req_interp, compile_fail, ['']) -test('T4150', [expect_broken(4150)], run_command, - ['$MAKE -s --no-print-directory T4150']) +test('T4150', [expect_broken(4150)], makefile_test, ['T4150']) test('T5204', req_interp, compile_fail, ['']) test('T7918', [req_interp, extra_run_opts('"' + config.libdir + '"'), @@ -8,5 +7,4 @@ test('T7918', compile_and_run, ['-package ghc ' + config.ghc_th_way_flags]) test('T14028', [req_interp, only_ways(config.ghc_th_way)], - run_command, - ['$MAKE -s --no-print-directory T14028']) + makefile_test, ['T14028']) -- cgit v1.2.1