diff options
-rw-r--r-- | lldb/test/source-manager/TestSourceManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/source-manager/TestSourceManager.py b/lldb/test/source-manager/TestSourceManager.py index 9a9157b55c4..85faf4a9a4f 100644 --- a/lldb/test/source-manager/TestSourceManager.py +++ b/lldb/test/source-manager/TestSourceManager.py @@ -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): |