From 923fdbadae3cda40ae3d3e3e977a5bd177866a0f Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 10 Dec 2015 18:52:09 +0000 Subject: Remove the -y option from dotest.py. llvm-svn: 255280 --- 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 a7b97bb..51d57d4 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 = [] -- cgit v1.1