Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions unittests/Swift/BuildSystemEngineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ class TestBuildSystem {
}
}

@available(macOS 10.15, *)
class BuildSystemEngineTests: XCTestCase {

let basicBuildManifest = """
Expand Down
1 change: 1 addition & 0 deletions unittests/Swift/SwiftNinjaTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import llbuildSwift
import llbuild
#endif

@available(macOS 10.15, *)
class SwiftNinjaTests: XCTestCase {
func testBasics() throws {
let ruleFile = makeTemporaryFile("""
Expand Down
1 change: 1 addition & 0 deletions unittests/TestSupport/XCTestCase+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import XCTest

@available(macOS 10.15, *)
public extension XCTestCase {
/// Create a temporary file with the given contents and returns the path to the file.
//
Expand Down