diff options
Diffstat (limited to 'lldb/test/python_api/frame/TestFrames.py')
-rw-r--r-- | lldb/test/python_api/frame/TestFrames.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/frame/TestFrames.py b/lldb/test/python_api/frame/TestFrames.py index 98f5062e28c..8cc89f67724 100644 --- a/lldb/test/python_api/frame/TestFrames.py +++ b/lldb/test/python_api/frame/TestFrames.py @@ -5,7 +5,7 @@ And other SBFrame API tests. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re |