Remove obsolete LinuxMain.swift files.
This commit is contained in:
parent
5228307a16
commit
2dd63388b6
|
@ -1,7 +0,0 @@
|
||||||
import XCTest
|
|
||||||
|
|
||||||
import AccountTests
|
|
||||||
|
|
||||||
var tests = [XCTestCaseEntry]()
|
|
||||||
tests += AccountTests.allTests()
|
|
||||||
XCTMain(tests)
|
|
|
@ -1,7 +0,0 @@
|
||||||
import XCTest
|
|
||||||
|
|
||||||
import RSCoreTests
|
|
||||||
|
|
||||||
var tests = [XCTestCaseEntry]()
|
|
||||||
tests += RSCoreTests.allTests()
|
|
||||||
XCTMain(tests)
|
|
|
@ -1,7 +0,0 @@
|
||||||
import XCTest
|
|
||||||
|
|
||||||
import RSParserTests
|
|
||||||
|
|
||||||
var tests = [XCTestCaseEntry]()
|
|
||||||
tests += RSParserTests.allTests()
|
|
||||||
XCTMain(tests)
|
|
Loading…
Reference in New Issue