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 6d099d0 commit c6f03a4Copy full SHA for c6f03a4
test/stdlib/Synchronization/Atomics/WordPair.swift
@@ -65,6 +65,6 @@ suite.test("comparable") {
65
expectTrue(c4 < c5)
66
expectFalse(c5 < c4)
67
}
68
-} // if #available(SwiftStdlib 6.2, *)
+} // if #available(SwiftStdlib 6.1, *)
69
70
runAllTests()
0 commit comments