summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-10 18:51:40 +0000
committerZachary Turner <zturner@google.com>2015-12-10 18:51:40 +0000
commit70ed57389afc7690751f2fd8ad6c8d0871d5e53b (patch)
tree900a8dcf30ae7cfed17b94664e1909dae903b46d /lldb/packages/Python/lldbsuite/test/dotest.py
parent21accab1a758b2efb96c49825d13429e4c0283e6 (diff)
downloadbcm5719-llvm-70ed57389afc7690751f2fd8ad6c8d0871d5e53b.tar.gz
bcm5719-llvm-70ed57389afc7690751f2fd8ad6c8d0871d5e53b.zip
Remove the -x option from dotest.py.
llvm-svn: 255279
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index bdb5fd60b50..1a845c5969c 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -358,11 +358,6 @@ def parseOptionsAndInitTestdirs():
if args.v:
configuration.verbose = 2
- if args.x:
- if args.x.startswith('-'):
- usage(parser)
- configuration.bmBreakpointSpec = args.x
-
# argparse makes sure we have a number
if args.y:
configuration.bmIterationCount = args.y
OpenPOWER on IntegriCloud