Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing available annotation to streaming tests (#33)
### Motivation The tests had a missing `@available` annotation which meant that they didn't build iOS (annoyingly, when building for macOS, these things are not checked so things were building fine locally). ### Modifications Add missing available annotation to streaming tests. ### Result Builds for iOS again. ### Test Plan Local testing, selecting generic iOS destination in Xcode. This failed before this patch, and succeeds with it. Signed-off-by: Si Beaumont <beaumont@apple.com>
- Loading branch information