diff options
-rwxr-xr-x | lldb/utils/test/lldb-disasm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/utils/test/lldb-disasm.py b/lldb/utils/test/lldb-disasm.py index 0caca30a416..9cc29b71ba2 100755 --- a/lldb/utils/test/lldb-disasm.py +++ b/lldb/utils/test/lldb-disasm.py @@ -11,7 +11,7 @@ from optparse import OptionParser def setupSysPath(): """ - Add LLDB.framework/Resources/Python to the search paths for modules. + Add LLDB.framework/Resources/Python and the test dir to the sys.path. """ # Get the directory containing the current script. scriptPath = sys.path[0] |