diff options
Diffstat (limited to 'lldb/test/python_api/hello_world/TestHelloWorld.py')
-rw-r--r-- | lldb/test/python_api/hello_world/TestHelloWorld.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index 430d4fbfa4a..263d41c22d5 100644 --- a/lldb/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/python_api/hello_world/TestHelloWorld.py @@ -2,7 +2,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, sys, time import lldb |