Skip to content

Commit 9ebdaa8

Browse files
authored
Merge pull request #599 from Quick/7.x-pr543
[7.x] Update NimbleXCTestHandler.swift
2 parents d91327f + 4e680c8 commit 9ebdaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Nimble/Adapters/NimbleXCTestHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func isXCTestAvailable() -> Bool {
7272
#endif
7373
}
7474

75-
private func recordFailure(_ message: String, location: SourceLocation) {
75+
public func recordFailure(_ message: String, location: SourceLocation) {
7676
#if SWIFT_PACKAGE
7777
XCTFail("\(message)", file: location.file, line: location.line)
7878
#else

0 commit comments

Comments
 (0)