File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Tests/IssueReportingTestsWithoutTestSupport Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ import XCTest
45
45
}
46
46
}
47
47
#else
48
- class XCTestTests_Release : XCTestCase {
49
- func testContext( ) {
50
- XCTAssertEqual ( TestContext . current, . xcTest)
51
- }
52
-
53
- // func testReportIssueDoesNotFail() {
54
- // reportIssue()
55
- // }
56
-
57
- func testWithExpectedIssueNoIssueDoesNotFail( ) {
58
- withExpectedIssue { }
59
- }
60
- }
48
+ // class XCTestTests_Release: XCTestCase {
49
+ // func testContext() {
50
+ // XCTAssertEqual(TestContext.current, .xcTest)
51
+ // }
52
+ //
53
+ // func testReportIssueDoesNotFail() {
54
+ // reportIssue()
55
+ // }
56
+ //
57
+ // func testWithExpectedIssueNoIssueDoesNotFail() {
58
+ // withExpectedIssue {}
59
+ // }
60
+ // }
61
61
#endif
62
62
63
63
private struct Failure : Error { }
You can’t perform that action at this time.
0 commit comments