Skip to content

Commit 75061dd

Browse files
authored
WebAssemblyRecipe: fix test expectation
1 parent 7353b03 commit 75061dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftSDKGeneratorTests/SwiftSDKRecipes/WebAssemblyRecipe.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ final class WebAssemblyRecipeTests: XCTestCase {
5656
"-static-stdlib",
5757
"-enable-experimental-feature", "Embedded", "-wmo",
5858
]
59-
+ ["-lc++", "-lswift_Concurrency", "-lswift_ConcurrencyDefaultExecutor"].flatMap {
59+
+ ["-lc++", "-lswift_Concurrency"].flatMap {
6060
["-Xlinker", $0]
6161
}
6262
)

0 commit comments

Comments
 (0)