diff options
Diffstat (limited to 'lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py')
| -rw-r--r-- | lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py b/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py index bb098b9f690..6c2dd4e83d2 100644 --- a/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py +++ b/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py @@ -4,7 +4,7 @@ Test the iteration protocol for frame registers. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re |

