File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
SwiftKit/src/test/java/org/swift/swiftkit Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 2020
2121public class SwiftRuntimeMetadataTest {
2222
23- @ BeforeEach
24- void setUp () {
25- System .out .println ("Java path ====== '" + SwiftKit .getJavaLibraryPath () + "'" );
26- for (var path : SwiftKit .getJavaLibraryPath ().split (":" )) {
27- System .out .println (" " + path );
28- }
29- }
30-
3123 @ Test
3224 public void integer_layout_metadata () {
3325 SwiftAnyType swiftType = SwiftKit .getTypeByMangledNameInEnvironment ("Si" ).get ();
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ final class MethodThunkTests {
3939 [
4040 """
4141 @_cdecl( " swiftjava_FakeModule_globalFunc_a_b " )
42- public func swiftjava_FakeModule_globalFunc_a_b(a: Int32, b: Int64) -> Swift.Void /* Void */ {
42+ public func swiftjava_FakeModule_globalFunc_a_b(a: Int32, b: Int64) /* Void */ {
4343 globalFunc(a: a, b: b)
4444 }
4545 """ ,
4646 """
4747 @_cdecl( " swiftjava_FakeModule_globalFunc_a_b$1 " )
48- public func swiftjava_FakeModule_globalFunc_a_b$1(a: Double, b: Int64) -> Swift.Void /* Void */ {
48+ public func swiftjava_FakeModule_globalFunc_a_b$1(a: Double, b: Int64) /* Void */ {
4949 globalFunc(a: a, b: b)
5050 }
5151 """
You can’t perform that action at this time.
0 commit comments