Commented out two debug prints.

llvm-svn: 115369
This commit is contained in:
Johnny Chen 2010-10-01 23:05:03 +00:00
parent da88434b39
commit b781cf0022
1 changed files with 2 additions and 2 deletions

View File

@ -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)