diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestRunHooksThenSteppings.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestRunHooksThenSteppings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestRunHooksThenSteppings.py b/lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestRunHooksThenSteppings.py index e8884930e08..c26f4256502 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestRunHooksThenSteppings.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/stepping/TestRunHooksThenSteppings.py @@ -2,7 +2,7 @@ from __future__ import print_function -import use_lldb_suite + import os, sys import lldb |