Skip to content

Commit

Permalink
Linux: Minor code formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Nov 25, 2016
1 parent 1bac999 commit 31c4c2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Template/Tests/{PROJECT}Tests/{PROJECT}Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ class {PROJECT}Tests: XCTestCase {
// Use XCTAssert and related functions to verify your tests produce the correct results.
//// XCTAssertEqual({PROJECT}().text, "Hello, World!")
}


}

#if os(Linux)
extension {PROJECT}Tests {
static var allTests : [(String, ({PROJECT}Tests) -> () throws -> Void)] {
return [
("testExample", testExample),
("testExample", testExample),
]
}
}
Expand Down

0 comments on commit 31c4c2b

Please sign in to comment.