Skip to content

Commit e4129ce

Browse files
committed
fixup! python format
1 parent e8146d7 commit e4129ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/test/API/lang/cpp/expr-definition-in-dylib/TestExprDefinitionInDylib.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ def test(self):
1212
"""
1313
self.build()
1414

15-
lldbutil.run_to_source_breakpoint(
16-
self, "return", lldb.SBFileSpec("main.cpp")
17-
)
15+
lldbutil.run_to_source_breakpoint(self, "return", lldb.SBFileSpec("main.cpp"))
1816

1917
self.expect_expr("f.method()", result_value="-72", result_type="int")

0 commit comments

Comments
 (0)