Skip to content

Commit 169dbcd

Browse files
committed
Revert "Disable a test to unblock CI"
This reverts commit 29a6d10.
1 parent 905c830 commit 169dbcd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/stdlib/BridgeIdAsAny.swift.gyb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,7 @@ protocol P {}
175175
%{
176176
testCases = [
177177
# testName type valueExpr testFunc conformsToError conformsToHashable
178-
179-
# disabled to unblock CI: rdar://problem/57393991
180-
# ("classes", "LifetimeTracked", "LifetimeTracked(0)", "bridgedObjectPreservesIdentity", True, True),
181-
178+
("classes", "LifetimeTracked", "LifetimeTracked(0)", "bridgedObjectPreservesIdentity", True, True),
182179
("strings", "String", '"vitameatavegamin"', "stringBridgesToEqualNSString", True, True),
183180
("unbridged type", "KnownUnbridged", "KnownUnbridged()", "boxedTypeRoundTripsThroughDynamicCasting", False, True),
184181
("tuple", "(Int, String)", '(1, "2")', "tupleCanBeDynamicallyCast", False, False),

0 commit comments

Comments
 (0)