Skip to content

Commit ceefef5

Browse files
committed
wip
1 parent 7e5e2a4 commit ceefef5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Tests/IssueReportingTestsWithoutTestSupport/XCTestTests_WithoutTestSupport.swift

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ import XCTest
4545
}
4646
}
4747
#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+
// }
6161
#endif
6262

6363
private struct Failure: Error {}

0 commit comments

Comments
 (0)