diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/logging/TestLogging.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/logging/TestLogging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/logging/TestLogging.py b/lldb/packages/Python/lldbsuite/test/logging/TestLogging.py index 8c71eca6b83..f8558a758ee 100644 --- a/lldb/packages/Python/lldbsuite/test/logging/TestLogging.py +++ b/lldb/packages/Python/lldbsuite/test/logging/TestLogging.py @@ -4,7 +4,7 @@ Test lldb logging. This test just makes sure logging doesn't crash, and produce from __future__ import print_function -import use_lldb_suite + import os, time, string import lldb |