diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py b/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py index 2f5bc5f063e..335042737d4 100644 --- a/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py +++ b/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py @@ -4,7 +4,7 @@ Test that 'stty -a' displays the same output before and after running the lldb c from __future__ import print_function -import use_lldb_suite + import os import lldb |