diff options
Diffstat (limited to 'lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py')
-rw-r--r-- | lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py index 8538bb3da5d..7d7c8ed046c 100644 --- a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py +++ b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py @@ -4,7 +4,7 @@ Test example snippets from the lldb 'help expression' output. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |