Skip to content

Commit f5cb339

Browse files
committed
Remove all mangled name
1 parent 1e8985e commit f5cb339

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/JExtractSwiftTests/ClassPrintingTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ struct ClassPrintingTests {
2929
import _SwiftConcurrencyShims
3030
3131
public class MySwiftClass {
32-
// MANGLED NAME: $s14MySwiftLibrary0aB5ClassC3len3capACSi_SitcfC
3332
public init(len: Swift.Int, cap: Swift.Int)
3433
35-
// MANGLED NAME: $s14MySwiftLibrary0aB5ClassC19helloMemberFunctionyyF
3634
public func helloMemberFunction()
3735
3836
public func makeInt() -> Int

0 commit comments

Comments
 (0)