Commit 2802522
authored
Explicitly import Foundation in IssueTests.swift. (#567)
If XCTest is unavailable, IssueTests.swift fails to compile due to a
Foundation dependency (that was transitively satisfied by importing
XCTest which reexports Foundation). Add an explicit import of Foundation
in this file to resolve the issue.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent 786ade7 commit 2802522
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
1418 | | - | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
1419 | 1421 | | |
1420 | 1422 | | |
1421 | 1423 | | |
| |||
0 commit comments