Remove HEADLESS code gating

This commit is contained in:
Maurice Parker
2019-10-11 13:00:18 -05:00
parent d3f764ec33
commit 605607ece0
4 changed files with 0 additions and 10 deletions

View File

@@ -6,8 +6,6 @@
// Copyright © 2018 Olof Hellman. All rights reserved.
//
#if !HEADLESS_TEST
import XCTest
class ScriptingTests: AppleScriptXCTestCase {
@@ -101,5 +99,3 @@ class ScriptingTests: AppleScriptXCTestCase {
doIndividualScriptWithExpectation(filename: "testURLsOfCurrentArticle")
}
}
#endif