diff options
Diffstat (limited to 'lldb/test/lang/cpp/stl/TestSTL.py')
-rw-r--r-- | lldb/test/lang/cpp/stl/TestSTL.py | 2 |
1 files changed, 1 insertions, 1 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 |