Skip to content

Commit c3ad960

Browse files
committed
wip
1 parent 5e31529 commit c3ad960

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/IssueReporting/Internal/SwiftTesting.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,6 @@ func _currentTestID() -> AnyHashable? {
240240
#if DEBUG
241241
return Test.current?.id
242242
#else
243-
printError(
244-
"""
245-
'Test.current' was accessed without linking the Testing framework.
246-
247-
To fix this, add "IssueReportingTestSupport" as a dependency to your test target.
248-
"""
249-
)
250243
return nil
251244
#endif
252245
}

0 commit comments

Comments
 (0)