Skip to content

Commit 4ca9802

Browse files
committed
fix test
1 parent d9882fd commit 4ca9802

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/JExtractSwiftTests/MethodImportTests.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@ final class MethodImportTests {
9191
expected:
9292
"""
9393
/**
94-
* Downcall to Swift:
95-
* {@snippet lang=swift :
96-
* public func helloWorld()
97-
* }
94+
* Hello World!
9895
*/
9996
public static void helloWorld() {
10097
swiftjava___FakeModule_helloWorld.call();

0 commit comments

Comments
 (0)