Skip to content

Commit 0f35b80

Browse files
committed
Follow swift test naming convention; add test method docstring
1 parent 2c621a1 commit 0f35b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/breakpoint/swift_property_accessors/TestPropertyAccessorBreakpoints.py renamed to lldb/test/API/functionalities/breakpoint/swift_property_accessors/TestSwiftPropertyAccessorBreakpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
class TestCase(TestBase):
77
@swiftTest
88
def test(self):
9+
"""Test that a breakpoint on a property accessor can be set by name."""
910
self.build()
1011
exe = self.getBuildArtifact("a.out")
1112
target = self.dbg.CreateTarget(exe)

0 commit comments

Comments
 (0)