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:
Kyle Neideck 2018-11-04 18:15:52 +11:00
parent 64b7ca9fd9
commit d1f5492a47
No known key found for this signature in database
GPG key ID: CAA8D9B8E39EC18C

View file

@ -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 */