Skip to content

Commit 802ae77

Browse files
authored
Remove Swift downcall documentation comment from expected chunk
1 parent 92369af commit 802ae77

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/JExtractSwiftTests/JNI/JNIAsyncTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,6 @@ struct JNIAsyncTests {
364364
detectChunkByInitialLines: 2,
365365
expectedChunks: [
366366
"""
367-
/**
368-
* Downcall to Swift:
369-
* {@snippet lang=swift :
370-
* public func async(s: String) async -> String
371-
* }
372-
*/
373367
public static java.util.concurrent.CompletableFuture<java.lang.String> async(java.lang.String s) {
374368
java.util.concurrent.CompletableFuture<java.lang.String> $future = new java.util.concurrent.CompletableFuture<java.lang.String>();
375369
SwiftModule.$async(s, $future);

0 commit comments

Comments
 (0)