diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index ef91fbb52e3..c66a37b4074 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -56,9 +56,6 @@ def setupCrashInfoHook(): # The test suite. suite = unittest2.TestSuite() -# By default, benchmarks tests are not run. -just_do_benchmarks_test = False - dont_do_dsym_test = False dont_do_dwarf_test = False dont_do_dwo_test = False |