diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py b/lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py index e05efcc5fad..c3ed3f933ab 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/stepping/TestThreadStepping.py @@ -4,7 +4,7 @@ Test thread stepping features in combination with frame select. from __future__ import print_function -import use_lldb_suite + import os, time import re |