diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py b/lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py index a03eb4239ac..c652a556236 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py @@ -8,8 +8,8 @@ import use_lldb_suite import os, time import lldb -from lldbbench import * -import lldbutil +from lldbsuite.test.lldbbench import * +import lldbsuite.test.lldbutil as lldbutil class TestBenchmarkContinue(BenchBase): |