summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-10-01 23:05:03 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-10-01 23:05:03 +0000
commitb781cf0022f760dc81774c0093dc5f52a1908159 (patch)
tree4211185a64529ee79ec0234b0d629b4530c670e3
parentda88434b395b63fb3cd8b2ce6aaf6016aca9251e (diff)
downloadbcm5719-llvm-b781cf0022f760dc81774c0093dc5f52a1908159.tar.gz
bcm5719-llvm-b781cf0022f760dc81774c0093dc5f52a1908159.zip
Commented out two debug prints.
llvm-svn: 115369
-rw-r--r--lldb/test/foundation/TestDisassemble.py4
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)
OpenPOWER on IntegriCloud