From 6c8733346a0f479fb5bc03aa39e131bdcbd3f457 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 9 Dec 2015 19:45:36 +0000 Subject: Remove -e option from dotest.py. This is part of an effort to clean up dotest command line options that are no longer used. llvm-svn: 255142 --- .../Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py') diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py b/lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py index fe22a5a1bbd..8e3a14a408b 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestSteppingSpeed.py @@ -5,6 +5,7 @@ from __future__ import print_function import os, sys import lldb from lldbsuite.test import configuration +from lldbsuite.test import lldbtest_config from lldbsuite.test.lldbbench import * class SteppingSpeedBench(BenchBase): @@ -13,10 +14,7 @@ class SteppingSpeedBench(BenchBase): def setUp(self): BenchBase.setUp(self) - if configuration.bmExecutable: - self.exe = configuration.bmExecutable - else: - self.exe = lldbtest_config.lldbExec + self.exe = lldbtest_config.lldbExec if configuration.bmBreakpointSpec: self.break_spec = configuration.bmBreakpointSpec else: -- cgit v1.2.3