Skip to content

Commit 96399b1

Browse files
committed
Remove redundant LifetimeTracked.instances checked.
The StdlibUnittest harness already does this.
1 parent 3ec43ed commit 96399b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/1_stdlib/BridgeIdAsAny.swift.gyb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ BridgeAnything.test("${testName}") {
128128
${testFunc}(original: x, bridged: _bridgeAnythingToObjectiveC(xInErrorInAny))
129129
${testFunc}(original: x, bridged: _bridgeAnythingNonVerbatimToObjectiveC(xInErrorInAny))
130130
}
131-
132-
expectEqual(0, LifetimeTracked.instances)
133131
}
134132
% end
135133

0 commit comments

Comments
 (0)