NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

tests: Fix expectation for Swift mangled names #1269

Closed mbektchiev closed 4 years ago

mbektchiev commented 4 years ago

Since iOS 13.4 object_getClassName and similar functions have started returning the mangled Swift class names instead of the demangled ones that previous versions did.

PR Checklist