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 a7b97bb67d3..51d57d43e34 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -86,9 +86,6 @@ compilers = None # Must be initialized after option parsing # just that. cflags_extras = '' -# The benchmark iteration count, as specified by the '-y' option. -bmIterationCount = -1 - # The filters (testclass.testmethod) used to admit tests into our test suite. filters = [] |