1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-08 14:46:42 +01:00
mastodon-app-ufficiale-ipho.../Localization/StringsConvertor/Tests/StringsConvertorTests/XCTestManifests.swift

10 lines
166 B
Swift
Raw Normal View History

2021-02-22 09:20:23 +01:00
import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(StringsConvertorTests.allTests),
]
}
#endif