We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cca90c commit 6d099d0Copy full SHA for 6d099d0
test/stdlib/Synchronization/Atomics/WordPair.swift
@@ -49,7 +49,7 @@ suite.test("basics") {
49
50
} // if #available(SwiftStdlib 6.0, *)
51
52
-if #available(SwiftStdlib 6.2, *) {
+if #available(SwiftStdlib 6.1, *) {
53
suite.test("comparable") {
54
let c0 = WordPair(first: 0, second: 0)
55
let c1 = WordPair(first: 1, second: 0)
0 commit comments