Skip to content

Commit

Permalink
[lldb][NFC] Fix small format error in TestCppVirtualFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemperor committed Aug 11, 2021
1 parent 7377997 commit f6748b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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()
Expand Down

0 comments on commit f6748b2

Please sign in to comment.