diff options
Diffstat (limited to 'lldb/test/python_api/frame/inlines/TestInlinedFrame.py')
-rw-r--r-- | lldb/test/python_api/frame/inlines/TestInlinedFrame.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/frame/inlines/TestInlinedFrame.py b/lldb/test/python_api/frame/inlines/TestInlinedFrame.py index 63288a8e479..314cc72cf28 100644 --- a/lldb/test/python_api/frame/inlines/TestInlinedFrame.py +++ b/lldb/test/python_api/frame/inlines/TestInlinedFrame.py @@ -4,7 +4,7 @@ Testlldb Python SBFrame APIs IsInlined() and GetFunctionName(). from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re |