diff options
author | Reid Barton <rwbarton@gmail.com> | 2017-02-24 19:58:03 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-26 17:30:37 -0500 |
commit | 35b5790ea1849821749c8527663463613dc945e7 (patch) | |
tree | 78de00bd62eb41bd6500f2d65e9ebf6903eda349 /testsuite/tests/rts/T9579 | |
parent | ac55394127532ddef605d00094c08be7fa0a600f (diff) | |
download | haskell-35b5790ea1849821749c8527663463613dc945e7.tar.gz |
Manually move extra_files for tests T9579_*
Summary: My script won't understand this.
Test Plan: validate
Reviewers: austin, bgamari, simonmar
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3210
Diffstat (limited to 'testsuite/tests/rts/T9579')
-rw-r--r-- | testsuite/tests/rts/T9579/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
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)]) |