diff options
-rw-r--r-- | testsuite/driver/extra_files.py | 8 | ||||
-rw-r--r-- | testsuite/tests/rts/T9579/all.T | 3 |
2 files changed, 1 insertions, 10 deletions
diff --git a/testsuite/driver/extra_files.py b/testsuite/driver/extra_files.py index 28e9348a28..c7a1d12327 100644 --- a/testsuite/driver/extra_files.py +++ b/testsuite/driver/extra_files.py @@ -132,14 +132,6 @@ extra_src_files = { 'T8602': ['A.hs'], 'T9293': ['ghci057.hs'], 'T9562': ['A.hs', 'B.hs', 'B.hs-boot', 'C.hs', 'D.hs', 'Main.hs'], - 'T9579_outofheap_rtsall': ['OutOfHeap.hs'], - 'T9579_outofheap_rtsall_no_suggestions': ['OutOfHeap.hs'], - 'T9579_outofheap_rtsnone': ['OutOfHeap.hs'], - 'T9579_outofheap_rtssome': ['OutOfHeap.hs'], - 'T9579_stackoverflow_rtsall': ['StackOverflow.hs'], - 'T9579_stackoverflow_rtsall_no_suggestions': ['StackOverflow.hs'], - 'T9579_stackoverflow_rtsnone': ['StackOverflow.hs'], - 'T9579_stackoverflow_rtssome': ['StackOverflow.hs'], 'T9619': ['.hpc', '.hpc.copy', 'hpc_sample.tix'], 'T9646': ['Main.hs', 'Natural.hs', 'StrictPrim.hs', 'Type.hs'], 'T9930fail': ['T9930'], diff --git a/testsuite/tests/rts/T9579/all.T b/testsuite/tests/rts/T9579/all.T index a8522bf4ac..cc0180e822 100644 --- a/testsuite/tests/rts/T9579/all.T +++ b/testsuite/tests/rts/T9579/all.T @@ -15,8 +15,7 @@ def T9579_run_test(binName, expExitCode): """ test(fmt('T9579_{binName}'), - [extra_clean([ fmt('tmp_T9579_{binName}/Main.hi'), - fmt('tmp_T9579_{binName}/Main.o') ])], + [extra_files(['OutOfHeap.hs', 'StackOverflow.hs'])], run_command, [fmt(testCommandTemplate)]) |