[Lldb-commits] [lldb] r165327 - /lldb/trunk/test/source-manager/TestSourceManager.py

Jim Ingham jingham at apple.com
Fri Oct 5 12:14:57 PDT 2012


Author: jingham
Date: Fri Oct  5 14:14:57 2012
New Revision: 165327

URL: http://llvm.org/viewvc/llvm-project?rev=165327&view=rev
Log:
Fix a test failure caused by checkin 165274.

Modified:
    lldb/trunk/test/source-manager/TestSourceManager.py

Modified: lldb/trunk/test/source-manager/TestSourceManager.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/source-manager/TestSourceManager.py?rev=165327&r1=165326&r2=165327&view=diff
==============================================================================
--- lldb/trunk/test/source-manager/TestSourceManager.py (original)
+++ lldb/trunk/test/source-manager/TestSourceManager.py Fri Oct  5 14:14:57 2012
@@ -78,7 +78,7 @@
             patterns = ['=> %d.*Hello world' % self.line])
 
         # Boundary condition testings for SBStream().  LLDB should not crash!
-        stream.Printf(None)
+        stream.Print(None)
         stream.RedirectToFile(None, True)
 
     def move_and_then_display_source(self):





More information about the lldb-commits mailing list