From aad25fb9a559241c7f78f8555c328e5fe734f0ab Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 8 Dec 2015 18:36:05 +0000 Subject: Remove +b option from dotest.py llvm-svn: 255037 --- lldb/packages/Python/lldbsuite/test/configuration.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') 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 -- cgit v1.2.3