summaryrefslogtreecommitdiff
path: root/utils/lit/tests
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-09-16 15:48:30 +0000
committerZachary Turner <zturner@google.com>2017-09-16 15:48:30 +0000
commit7e9d29db74d22d5f02fbb5e5b527ff542e054c53 (patch)
treecee2450d6f6bbec285f8814abca4aa64b0eb12a8 /utils/lit/tests
parent304372419ae12e54a1eb78dfc129059b160af7e8 (diff)
[lit] Fix the lit unit tests.
A few tests were manually constructing a LitConfig object, since I added a new argument to it this was triggering some failures I didn't detect. `ninja check-lit` passes now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/tests')
-rw-r--r--utils/lit/tests/unit/TestRunner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/lit/tests/unit/TestRunner.py b/utils/lit/tests/unit/TestRunner.py
index 79cc10f7e14..874bf275d4e 100644
--- a/utils/lit/tests/unit/TestRunner.py
+++ b/utils/lit/tests/unit/TestRunner.py
@@ -28,6 +28,7 @@ class TestIntegratedTestKeywordParser(unittest.TestCase):
quiet=False,
useValgrind=False,
valgrindLeakCheck=False,
+ singleProcess=False,
valgrindArgs=[],
noExecute=False,
debug=False,