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.
#if !compiler(>=6.3)
1 parent e595429 commit 48e6e67Copy full SHA for 48e6e67
Plugins/PackageToJS/Tests/ExampleTests.swift
@@ -353,6 +353,8 @@ extension Trait where Self == ConditionTrait {
353
}
354
355
356
+ // FIXME: This test fails on the current main snapshot
357
+ #if !compiler(>=6.3)
358
@Test(.requireEmbeddedSwiftInSwiftSDK())
359
func embeddedWasmUnknownWasi() throws {
360
let swiftSDKID = try #require(Self.getEmbeddedSwiftSDKID())
0 commit comments