diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-24 16:24:25 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-17 18:06:05 +0200 |
commit | 1a9ae4b39c057d2a21192f6be033c8545702f345 (patch) | |
tree | c472b82772f5e14a07184de617c2a38e1ff2f203 /testsuite/config/ghc | |
parent | 3f3dc23ea64573a12e2f4bfdaaa3aa536ad3188d (diff) | |
download | haskell-1a9ae4b39c057d2a21192f6be033c8545702f345.tar.gz |
Testsuite: delete old cleanup code (#11980)
Diffstat (limited to 'testsuite/config/ghc')
-rw-r--r-- | testsuite/config/ghc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 595415ae7b..82367d9238 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -82,7 +82,6 @@ if (ghc_with_llvm == 1): config.in_tree_compiler = in_tree_compiler config.cleanup = cleanup -config.clean_only = clean_only config.way_flags = lambda name : { 'normal' : [], |