Skip to content

Commit f5962ed

Browse files
authored
Merge pull request #1971 from Teemperor/AddSwiftTestToTestSwiftGenericClass.py
[lldb] Add swiftTest decorator to TestSwiftGenericClass.py
2 parents 2f79cf7 + 8fd6327 commit f5962ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/generic_class/TestSwiftGenericClass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class SwiftGenericClassTest(TestBase):
99

1010
mydir = TestBase.compute_mydir(__file__)
1111

12+
@swiftTest
1213
def test(self):
1314
"""Tests that a generic class type can be resolved from the instance metadata alone"""
1415
self.build()

0 commit comments

Comments
 (0)