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.
2 parents 9234638 + 454dae1 commit b1286f9Copy full SHA for b1286f9
test/stdlib/VarArgs.swift
@@ -174,7 +174,7 @@ test_varArgs6()
174
175
func test_varArgs7() {
176
#if canImport(Darwin) && arch(arm64)
177
- let canTest = if #available(SwiftStdlib 6.2, *) { false } else { true }
+ let canTest = if #available(SwiftStdlib 6.2, *) { true } else { false }
178
#else
179
// va_list is more complicated on other targets so that behavior is not the
180
// same, skip the test by doing a fake print of the expected output. Also
0 commit comments