Skip to content

Commit 1410268

Browse files
committed
wip
1 parent f4764ad commit 1410268

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tests/IssueReportingTests/SwiftTestingTests.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@
162162
reportIssue("")
163163
}
164164
}
165+
166+
@Test
167+
func emptyReporters() async throws {
168+
withIssueReporters([]) {
169+
reportIssue("This should not fail")
170+
}
171+
}
165172
}
166173

167174
private struct Failure: Error {}

0 commit comments

Comments
 (0)