From 5d38fb69fd1e7a434ccc3147ae6a17fe0b5b0be3 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Sun, 22 Jan 2017 13:24:13 -0500 Subject: Remove clean_cmd and extra_clean usage from .T files The `clean_cmd` and `extra_clean` setup functions don't do anything. Remove them from .T files. Created using https://github.com/thomie/refactor-ghc-testsuite. This diff is a test for the .T-file parser/processor/pretty-printer in that repository. find . -name '*.T' -exec ~/refactor-ghc-testsuite/Main "{}" \; Tests containing inline comments or multiline strings are not modified. Preparation for #12223. Test Plan: Harbormaster Reviewers: austin, hvr, simonmar, mpickering, bgamari Reviewed By: mpickering Subscribers: mpickering Differential Revision: https://phabricator.haskell.org/D3000 GHC Trac Issues: #12223 --- testsuite/tests/ffi/should_fail/all.T | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'testsuite/tests/ffi/should_fail/all.T') diff --git a/testsuite/tests/ffi/should_fail/all.T b/testsuite/tests/ffi/should_fail/all.T index e642ac2e9a..543835a70e 100644 --- a/testsuite/tests/ffi/should_fail/all.T +++ b/testsuite/tests/ffi/should_fail/all.T @@ -6,10 +6,7 @@ test('ccfail001', normal, compile_fail, ['']) test('ccfail002', normal, compile_fail, ['']) test('ccfail003', normal, compile_fail, ['']) test('T3066', normal, compile_fail, ['']) -test('ccfail004', - extra_clean(['Ccfail004A.hi', 'Ccfail004A.o']), - multimod_compile_fail, - ['ccfail004', '-v0']) +test('ccfail004', [], multimod_compile_fail, ['ccfail004', '-v0']) test('ccfail005', normal, compile_fail, ['']) test('ccall_value', normal, compile_fail, ['']) test('capi_value_function', normal, compile_fail, ['']) -- cgit v1.2.1