Commit c996b0a
authored
AdvancedConsoleOutputRecorderTests is missing an import of Foundation (swiftlang#1346)
Import `Foundation` in `AdvancedConsoleOutputRecorderTests`.
This is required due to `MemberImportVisibility` although in practice
this problem only shows up when building for non-macOS Apple platforms,
such as iOS, due to the differing deployment target versions we use for
non-macOS platforms.
### 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 b4d1d05 commit c996b0a
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| 242 | + | |
0 commit comments