Fix a test failure caused by checkin 165274.
authorJim Ingham <jingham@apple.com>
Fri, 5 Oct 2012 19:14:57 +0000 (19:14 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 5 Oct 2012 19:14:57 +0000 (19:14 +0000)
llvm-svn: 165327

lldb/test/source-manager/TestSourceManager.py

index 9a9157b..85faf4a 100644 (file)
@@ -78,7 +78,7 @@ class SourceManagerTestCase(TestBase):
             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):