summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-02 19:07:51 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-05-24 11:08:59 +0200
commit35053eb6c3f9058020f9818bf0de672aef6894c9 (patch)
tree400b2f93351db98d12d1466cf518d6e9ebb8e7ed /testsuite/driver/testglobals.py
parent9c3e55bd029447d9c2cac1c9ca1607a8a803cd79 (diff)
downloadhaskell-35053eb6c3f9058020f9818bf0de672aef6894c9.tar.gz
Testsuite: delete check_files_written
The CHECK_FILES_WRITTEN feature is no longer necessary, since tests don't write to the source directory anymore (#11980). Reviewed by: bgamari Differential Revision: https://phabricator.haskell.org/D2162
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r--testsuite/driver/testglobals.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 9f88acf445..17aa6d36b8 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -115,9 +115,6 @@ class TestConfig:
self.threads = 1
self.use_threads = 0
- # Should we check for files being written more than once?
- self.check_files_written = False
-
# Should we skip performance tests
self.skip_perf_tests = False