diff options
Diffstat (limited to 'lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py')
-rw-r--r-- | lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py b/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py index bcefda2caaf..5d5d471ccc7 100644 --- a/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py +++ b/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py @@ -4,7 +4,7 @@ Test lldb Python API SBValue::Cast(SBType) for C++ types. from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import os, time |