diff options
Diffstat (limited to 'lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py')
-rw-r--r-- | lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py b/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py index 5122a148dc5..a2a2274a22e 100644 --- a/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py +++ b/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py @@ -4,7 +4,7 @@ Check that SBValue.GetValueAsSigned() does the right thing for a 32-bit -1. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |