summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/function_symbol/TestDisasmAPI.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-06-09 22:09:52 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-06-09 22:09:52 +0000
commit4b6fed4babceb8021d971f7b943e346defe65879 (patch)
tree35e342aeb57c39914c04edabf89eac23b662593c /lldb/test/python_api/function_symbol/TestDisasmAPI.py
parente2b5cfd826d486c22148d770406b24d81c7480ad (diff)
downloadbcm5719-llvm-4b6fed4babceb8021d971f7b943e346defe65879.tar.gz
bcm5719-llvm-4b6fed4babceb8021d971f7b943e346defe65879.zip
Comment out the debug stmts.
llvm-svn: 132808
Diffstat (limited to 'lldb/test/python_api/function_symbol/TestDisasmAPI.py')
-rw-r--r--lldb/test/python_api/function_symbol/TestDisasmAPI.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/test/python_api/function_symbol/TestDisasmAPI.py b/lldb/test/python_api/function_symbol/TestDisasmAPI.py
index e25754961ce..37a98d3bd5b 100644
--- a/lldb/test/python_api/function_symbol/TestDisasmAPI.py
+++ b/lldb/test/python_api/function_symbol/TestDisasmAPI.py
@@ -102,13 +102,12 @@ class DisasmAPITestCase(TestBase):
sa1 = symbol.GetStartAddress()
#print "sa1:", sa1
- print "sa1.GetFileAddress():", sa1.GetFileAddress()
+ #print "sa1.GetFileAddress():", hex(sa1.GetFileAddress())
#ea1 = symbol.GetEndAddress()
#print "ea1:", ea1
- print "ea1.GetFileAddress():", sa1.GetFileAddress()
sa2 = function.GetStartAddress()
#print "sa2:", sa2
- print "sa2.GetFileAddress():", sa2.GetFileAddress()
+ #print "sa2.GetFileAddress():", hex(sa2.GetFileAddress())
#ea2 = function.GetEndAddress()
#print "ea2:", ea2
self.assertTrue(sa1 and sa2 and sa1 == sa2,
OpenPOWER on IntegriCloud