Skip to content

Commit 6d099d0

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

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
@@ -49,7 +49,7 @@ suite.test("basics") {
4949

5050
} // if #available(SwiftStdlib 6.0, *)
5151

52-
if #available(SwiftStdlib 6.2, *) {
52+
if #available(SwiftStdlib 6.1, *) {
5353
suite.test("comparable") {
5454
let c0 = WordPair(first: 0, second: 0)
5555
let c1 = WordPair(first: 1, second: 0)

0 commit comments

Comments
 (0)