Skip to content

Commit da25a08

Browse files
committed
We don't need _code and _domain
1 parent 9e2f41f commit da25a08

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/XCTest/Public/XCTSkip.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ public struct XCTSkip: Error {
6060
self.init(explanation: explanation, message: message, sourceLocation: sourceLocation)
6161
}
6262

63-
public var _code: Int {
64-
106 // XCTestErrorCodeSkippedTest
65-
}
66-
67-
public var _domain: String {
68-
"com.apple.XCTestErrorDomain"
69-
}
70-
7163
public var _userInfo: AnyObject? {
7264
var result = [String: Any]()
7365

0 commit comments

Comments
 (0)