diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-12-03 14:59:18 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-03 23:00:16 +0100 |
commit | c5597bb6da612e0578290c3bccdac089d6519e19 (patch) | |
tree | 9ee38fbc91f0ba18cfebc4621153320a765098f5 /testsuite/tests/driver/all.T | |
parent | a034031a102bc08c76a6cdb104b72922ae22c96b (diff) | |
download | haskell-c5597bb6da612e0578290c3bccdac089d6519e19.tar.gz |
Revert "Create empty dump files when there was nothing to dump"
This reverts commit 8cba907ad404ba4005558b5a8966390159938172 which
broke `-ddump-to-file`.
Diffstat (limited to 'testsuite/tests/driver/all.T')
-rw-r--r-- | testsuite/tests/driver/all.T | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T index 3ba8ed5bf2..5c0de6eaec 100644 --- a/testsuite/tests/driver/all.T +++ b/testsuite/tests/driver/all.T @@ -460,13 +460,3 @@ test('T9360b', normal, run_command, ['{compiler} -e "" --interactive']) test('T10970', normal, compile_and_run, ['-hide-all-packages -package base -package containers']) test('T10970a', normal, compile_and_run, ['']) test('T4931', normal, compile_and_run, ['']) -test('T10320', - [ - extra_clean([ - 'T10320dump/T10320.dump-rule-firings', - 'T10320dump/T10320.dump-rule-rewrites', - 'T10320dump', - 'T10320.hs' - ]), - ], - run_command, ['$MAKE -s --no-print-directory T10320']) |