Skip to content

Commit 5cb9bde

Browse files
Skip embeddedWasmUnknownWasi on 6.3
1 parent 35a9e06 commit 5cb9bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/PackageToJS/Tests/ExampleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ extension Trait where Self == ConditionTrait {
355355
)
356356
}
357357
}
358-
#endif // compiler(>=6.3)
359358

360359
@Test(.requireEmbeddedSwiftInSwiftSDK())
361360
func embeddedWasmUnknownWasi() throws {
@@ -369,6 +368,7 @@ extension Trait where Self == ConditionTrait {
369368
)
370369
}
371370
}
371+
#endif // compiler(>=6.3)
372372

373373
@Test(.requireSwiftSDK)
374374
func continuationLeakInTest_XCTest() throws {

0 commit comments

Comments
 (0)