Skip to content

Commit 52d11fd

Browse files
authored
Remove comment in TestData.swift
1 parent 279c723 commit 52d11fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/stdlib/TestData.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3838,7 +3838,6 @@ class TestData : TestDataSuper {
38383838
}
38393839

38403840
func test_increaseCount() {
3841-
// https://github.com/apple/swift/pull/28919
38423841
guard #available(macOS 10.16, iOS 14.0, watchOS 7.0, tvOS 14.0, *) else { return }
38433842
let initials: [Range<UInt8>] = [
38443843
0..<0,
@@ -4375,4 +4374,3 @@ DataTests.test("bounding failure subscript") {
43754374

43764375
runAllTests()
43774376
#endif
4378-

0 commit comments

Comments
 (0)