Skip to content

Commit 5592252

Browse files
authored
Merge pull request #11216 from da-viper/enable-reference-storage-types
[lldb][test] Enable reference storage types test (cherry picked from commit 97d0998)
2 parents 1ba069b + f77696b commit 5592252

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/reference_storage_types/TestSwiftReferenceStorageTypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
class TestSwiftReferenceStorageTypes(TestBase):
2323
@decorators.skipIf(archs=['ppc64le']) #SR-10215
2424
@swiftTest
25-
@skipIf(oslist=["linux"], bugnumber="rdar://76592966")
2625
def test_swift_reference_storage_types(self):
2726
"""Test weak, unowned and unmanaged types"""
2827
self.build()

0 commit comments

Comments
 (0)