diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index f06bbac05fe..f0aa26a8f01 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -97,10 +97,6 @@ failfast = False # The filters (testclass.testmethod) used to admit tests into our test suite. filters = [] -# The runhooks is a list of lldb commands specifically for the debugger. -# Use '-k' to specify a runhook. -runHooks = [] - # Ignore the build search path relative to this script to locate the lldb.py module. ignore = False |