Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Skip embeddedWasmUnknownWasi on 6.3
  • Loading branch information
kateinoigakukun committed Sep 19, 2025
commit 5cb9bde5c54b1896ed94f6ff285046833c36c12e
2 changes: 1 addition & 1 deletion Plugins/PackageToJS/Tests/ExampleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ extension Trait where Self == ConditionTrait {
)
}
}
#endif // compiler(>=6.3)

@Test(.requireEmbeddedSwiftInSwiftSDK())
func embeddedWasmUnknownWasi() throws {
Expand All @@ -369,6 +368,7 @@ extension Trait where Self == ConditionTrait {
)
}
}
#endif // compiler(>=6.3)

@Test(.requireSwiftSDK)
func continuationLeakInTest_XCTest() throws {
Expand Down