Old file. Not needed.

This commit is contained in:
Bill Abt
2016-08-10 16:18:28 -04:00
committed by GitHub
parent 5de94ab365
commit 09aebbe819
-17
View File
@@ -1,17 +0,0 @@
//
// XCTestManifests.swift
// Socket
//
// Created by Bill Abt on 8/1/16.
//
//
import XCTest
#if !os(macOS)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(BasicSocketTests.allTests),
]
}
#endif