[Lldb-commits] [lldb] r130802 - /lldb/trunk/test/load_unload/TestLoadUnload.py

Johnny Chen johnny.chen at apple.com
Tue May 3 15:32:16 PDT 2011


Author: johnny
Date: Tue May  3 17:32:16 2011
New Revision: 130802

URL: http://llvm.org/viewvc/llvm-project?rev=130802&view=rev
Log:
Remove debug statement.

Modified:
    lldb/trunk/test/load_unload/TestLoadUnload.py

Modified: lldb/trunk/test/load_unload/TestLoadUnload.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/load_unload/TestLoadUnload.py?rev=130802&r1=130801&r2=130802&view=diff
==============================================================================
--- lldb/trunk/test/load_unload/TestLoadUnload.py (original)
+++ lldb/trunk/test/load_unload/TestLoadUnload.py Tue May  3 17:32:16 2011
@@ -49,7 +49,7 @@
 
         exe = os.path.join(os.getcwd(), "a.out")
         self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
-        print "Architecture to test for:", self.getArchitecture()
+
         self.expect("image list",
             substrs = [old_dylib])
         self.expect("image list -t 3",





More information about the lldb-commits mailing list