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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py b/lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py index c652a556236..25ca13a3bfd 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/continue/TestBenchmarkContinue.py @@ -4,7 +4,7 @@ Test lldb data formatter subsystem. from __future__ import print_function -import use_lldb_suite + import os, time import lldb |