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() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits