1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-19 19:51:35 +03:00
vimr/Tabs/Tests/TabsTests/XCTestManifests.swift
2020-11-28 11:36:12 +01:00

10 lines
149 B
Swift

import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
[
testCase(TabsTests.allTests),
]
}
#endif