File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/XCTestDynamicOverlay/Internal Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ import Foundation
7
7
// NB: Deprecated after 1.1.2
8
8
9
9
@_disfavoredOverload
10
- @available ( iOS, deprecated: 9999 , renamed: " fail " )
11
- @available ( macOS, deprecated: 9999 , renamed: " fail " )
12
- @available ( tvOS, deprecated: 9999 , renamed: " fail " )
13
- @available ( watchOS, deprecated: 9999 , renamed: " fail " )
10
+ @available ( iOS, deprecated: 9999 , renamed: " reportIssue " )
11
+ @available ( macOS, deprecated: 9999 , renamed: " reportIssue " )
12
+ @available ( tvOS, deprecated: 9999 , renamed: " reportIssue " )
13
+ @available ( watchOS, deprecated: 9999 , renamed: " reportIssue " )
14
14
public func XCTFail( _ message: String = " " , file: StaticString = #filePath, line: UInt = #line) {
15
15
reportIssue (
16
16
message,
You can’t perform that action at this time.
0 commit comments