diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-10-01 23:05:03 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-10-01 23:05:03 +0000 |
| commit | b781cf0022f760dc81774c0093dc5f52a1908159 (patch) | |
| tree | 4211185a64529ee79ec0234b0d629b4530c670e3 | |
| parent | da88434b395b63fb3cd8b2ce6aaf6016aca9251e (diff) | |
| download | bcm5719-llvm-b781cf0022f760dc81774c0093dc5f52a1908159.tar.gz bcm5719-llvm-b781cf0022f760dc81774c0093dc5f52a1908159.zip | |
Commented out two debug prints.
llvm-svn: 115369
| -rw-r--r-- | lldb/test/foundation/TestDisassemble.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/foundation/TestDisassemble.py b/lldb/test/foundation/TestDisassemble.py index 5513bc7c645..d75567cafa0 100644 --- a/lldb/test/foundation/TestDisassemble.py +++ b/lldb/test/foundation/TestDisassemble.py @@ -40,8 +40,8 @@ class FoundationDisassembleTestCase(TestBase): match = re.search(" Code .+0000 (.+)$", line) if match: func = match.group(1) - print "line:", line - print "func:", func + #print "line:", line + #print "func:", func self.runCmd('disassemble -n "%s"' % func) |

