Skip to content

Commit c6f03a4

Browse files
Azoybenrimmington
andauthored
Update test/stdlib/Synchronization/Atomics/WordPair.swift
Co-authored-by: Ben Rimmington <[email protected]>
1 parent 6d099d0 commit c6f03a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/Synchronization/Atomics/WordPair.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ suite.test("comparable") {
6565
expectTrue(c4 < c5)
6666
expectFalse(c5 < c4)
6767
}
68-
} // if #available(SwiftStdlib 6.2, *)
68+
} // if #available(SwiftStdlib 6.1, *)
6969

7070
runAllTests()

0 commit comments

Comments
 (0)