diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-03-28 22:48:25 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-28 22:48:25 +0000 |
commit | 4044fdccfc8694b42effffa1d40eb0e4b7ea572f (patch) | |
tree | 19b544a919b6d0ef6ba34a1ed3c930a595a00d4d | |
parent | 5e28aa5d9bf277ec92cb46f0fcf370d2ffcc0f23 (diff) | |
download | bcm5719-llvm-4044fdccfc8694b42effffa1d40eb0e4b7ea572f.tar.gz bcm5719-llvm-4044fdccfc8694b42effffa1d40eb0e4b7ea572f.zip |
Doc string change.
llvm-svn: 128429
-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] |