[Lldb-commits] [lldb] f6748b2 - [lldb][NFC] Fix small format error in TestCppVirtualFunctions

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 11 03:27:15 PDT 2021


Author: Raphael Isemann
Date: 2021-08-11T12:26:56+02:00
New Revision: f6748b24d4d731b3b60d97c20a1a29e66472ce66

URL: https://github.com/llvm/llvm-project/commit/f6748b24d4d731b3b60d97c20a1a29e66472ce66
DIFF: https://github.com/llvm/llvm-project/commit/f6748b24d4d731b3b60d97c20a1a29e66472ce66.diff

LOG: [lldb][NFC] Fix small format error in TestCppVirtualFunctions

Added: 
    

Modified: 
    lldb/test/API/lang/cpp/virtual-functions/TestCppVirtualFunctions.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/cpp/virtual-functions/TestCppVirtualFunctions.py b/lldb/test/API/lang/cpp/virtual-functions/TestCppVirtualFunctions.py
index 32c4d3513974a..4cbbc86fd1db0 100644
--- a/lldb/test/API/lang/cpp/virtual-functions/TestCppVirtualFunctions.py
+++ b/lldb/test/API/lang/cpp/virtual-functions/TestCppVirtualFunctions.py
@@ -9,7 +9,7 @@ class TestCase(TestBase):
 
     def common_setup(self):
         self.build()
-        lldbutil.run_to_source_breakpoint(self,"// break here", lldb.SBFileSpec("main.cpp"))
+        lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.cpp"))
 
     def test_call_on_base(self):
         self.common_setup()


        


More information about the lldb-commits mailing list