mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-10 06:34:22 +00:00
Fix compilation errors with Clang 8 in BGMAppUITests.
You can't run the UI tests in Xcode 8 anyway, so now we just skip compiling them.
This commit is contained in:
parent
64b7ca9fd9
commit
d1f5492a47
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
// TODO: Skip these tests if macOS SDK 10.11 or higher isn't available.
|
||||
// TODO: Mock BGMDevice and music players.
|
||||
|
||||
#if __clang_major__ >= 9
|
||||
|
||||
@interface BGMAppUITests : XCTestCase
|
||||
@end
|
||||
|
||||
|
@ -233,3 +235,5 @@
|
|||
|
||||
@end
|
||||
|
||||
#endif /* __clang_major__ >= 9 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue