diff options
Diffstat (limited to 'lldb/test/lang/cpp/stl')
-rw-r--r-- | lldb/test/lang/cpp/stl/TestSTL.py | 2 | ||||
-rw-r--r-- | lldb/test/lang/cpp/stl/TestStdCXXDisassembly.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py index 4c7636cc74a..83cfd3edcee 100644 --- a/lldb/test/lang/cpp/stl/TestSTL.py +++ b/lldb/test/lang/cpp/stl/TestSTL.py @@ -4,7 +4,7 @@ Test some expressions involving STL data types. from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import os, time diff --git a/lldb/test/lang/cpp/stl/TestStdCXXDisassembly.py b/lldb/test/lang/cpp/stl/TestStdCXXDisassembly.py index 1ffb7652849..48cd0ae763d 100644 --- a/lldb/test/lang/cpp/stl/TestStdCXXDisassembly.py +++ b/lldb/test/lang/cpp/stl/TestStdCXXDisassembly.py @@ -4,7 +4,7 @@ Test the lldb disassemble command on lib stdc++. from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import os, time |