diff options
Diffstat (limited to 'lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py')
-rw-r--r-- | lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py b/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py index f0beb0870faf..056dd29b57af 100644 --- a/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py +++ b/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py @@ -4,7 +4,7 @@ Test lldb-mi -break-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import lldbmi_testcase |