summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-10 18:52:09 +0000
committerZachary Turner <zturner@google.com>2015-12-10 18:52:09 +0000
commit923fdbadae3cda40ae3d3e3e977a5bd177866a0f (patch)
tree8af723e29a3c2d538ea1fdf50ebe5cd920e6ec83 /lldb/packages/Python/lldbsuite/test/configuration.py
parent70ed57389afc7690751f2fd8ad6c8d0871d5e53b (diff)
downloadbcm5719-llvm-923fdbadae3cda40ae3d3e3e977a5bd177866a0f.tar.gz
bcm5719-llvm-923fdbadae3cda40ae3d3e3e977a5bd177866a0f.zip
Remove the -y option from dotest.py.
llvm-svn: 255280
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/configuration.py3
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 = []
OpenPOWER on IntegriCloud