Skip to content

Commit

Permalink
Merge pull request Quick#543 from maryamaffinityclick/master
Browse files Browse the repository at this point in the history
Update NimbleXCTestHandler.swift
  • Loading branch information
ikesyo committed Jun 20, 2018
2 parents 0256667 + 4d046f5 commit 33bd5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nimble/Adapters/NimbleXCTestHandler.swift
Expand Up @@ -61,7 +61,7 @@ func isXCTestAvailable() -> Bool {
#endif
}

private func recordFailure(_ message: String, location: SourceLocation) {
public func recordFailure(_ message: String, location: SourceLocation) {
#if SWIFT_PACKAGE
XCTFail("\(message)", file: location.file, line: location.line)
#else
Expand Down

0 comments on commit 33bd5b6

Please sign in to comment.