mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Test] Change the -target line on some tests to use a minimum of macOS 10.13.
These tests were targeting 10.9 or 10.10, but the minimum deployment target now supported by Xcode is 10.13. Bump them up to match: test/Concurrency/Backdeploy/linking.swift test/Concurrency/Backdeploy/linking_maccatalyst.swift test/Runtime/stable-bit-backward-deployment.swift
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// -- Deployment target is set to pre-10.14.4 so that we use the "old"
|
||||
// Swift runtime bit in compiler-emitted classes
|
||||
// RUN: %target-build-swift -target %target-cpu-apple-macosx10.9 %s -module-name main -o %t/a.out
|
||||
// RUN: %target-build-swift -target %target-cpu-apple-macosx10.13 %s -module-name main -o %t/a.out
|
||||
// RUN: %target-codesign %t/a.out
|
||||
// RUN: %target-run %t/a.out | %FileCheck %s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user