Skip to content

Commit acf2c6d

Browse files
committed
Remove guard
1 parent eb3301a commit acf2c6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/OutputUhooiTests/OutputUhooiTests.swift

-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ final class OutputUhooiTests: XCTestCase {
6464
// MARK: - Other Private Methods
6565

6666
private func checkOutput(arguments: [String], expected: String, line: UInt) throws {
67-
guard #available(macOS 10.13, *) else {
68-
throw XCTSkip("This tests are for macOS 10.13+")
69-
}
70-
7167
#if !targetEnvironment(macCatalyst)
7268
let binary = productsDirectory.appendingPathComponent("uhooi")
7369

0 commit comments

Comments
 (0)