Remove AppleScript from headless tests

This commit is contained in:
Maurice Parker
2019-10-11 12:37:49 -05:00
parent 401da6124d
commit 7c563e4482
4 changed files with 9 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
// Copyright © 2018 Olof Hellman. All rights reserved.
//
#if !HEADLESS_TEST
import XCTest
class ScriptingTests: AppleScriptXCTestCase {
@@ -100,4 +102,4 @@ class ScriptingTests: AppleScriptXCTestCase {
}
}
#endif