From 3415bcaa0b1903b5e12dfaadb5b774718e406eab Mon Sep 17 00:00:00 2001 From: Reid Barton Date: Fri, 24 Feb 2017 21:14:50 -0500 Subject: tests: remove extra_files.py (#12223) The script I used is included as testsuite/driver/kill_extra_files.py, though at this point it is for mostly historical interest. Some of the tests in libraries/hpc relied on extra_files.py, so this commit includes an update to that submodule. One test in libraries/process also relies on extra_files.py, but we cannot update that submodule so easily, so for now we special-case it in the test driver. --- testsuite/tests/rename/prog001/test.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/rename/prog001') diff --git a/testsuite/tests/rename/prog001/test.T b/testsuite/tests/rename/prog001/test.T index 85992e3f93..7208fd0f4b 100644 --- a/testsuite/tests/rename/prog001/test.T +++ b/testsuite/tests/rename/prog001/test.T @@ -1 +1 @@ -test('rename.prog001', [], multimod_compile, ['rn037', '-v0']) +test('rename.prog001', [extra_files(['Rn037Help.hs', 'rn037.hs'])], multimod_compile, ['rn037', '-v0']) -- cgit v1.2.1