Removed unused tests

This commit is contained in:
Simon 2018-12-26 17:29:14 +08:00
parent edbd67a453
commit c7b0b42e2e
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
import XCTest
@testable import ImagesExample_macOS
final class ImagesExample_macOSTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(ImagesExample_macOS().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}