diff options
Diffstat (limited to 'lldb/test/expression_command/options/TestExprOptions.py')
-rw-r--r-- | lldb/test/expression_command/options/TestExprOptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/options/TestExprOptions.py b/lldb/test/expression_command/options/TestExprOptions.py index 846f676eb64..2c0eb6551ea 100644 --- a/lldb/test/expression_command/options/TestExprOptions.py +++ b/lldb/test/expression_command/options/TestExprOptions.py @@ -9,7 +9,7 @@ o test_expr_options: from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |