Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jul 10, 2024
1 parent 672bec2 commit 6d8747b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Tests/IssueReportingTests/IssueReportingTests_XCTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ import XCTest
struct Failure: Error {}

final class XCTestTests: XCTestCase {
func testIsTesting() {
XCTAssertTrue(isTesting)
}
#if !os(WASI)
func testIsTesting() {
XCTAssertTrue(isTesting)
}

func testTestContext() {
XCTAssertEqual(TestContext.current, .xcTest)
}
func testTestContext() {
XCTAssertEqual(TestContext.current, .xcTest)
}
#endif

#if _runtime(_ObjC)
func testReportIssue_NoMessage() {
Expand Down

0 comments on commit 6d8747b

Please sign in to comment.