mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Tests: Adjust the swift-module-flags of the SilencePreconcurrency.swiftinterface test case to avoid over-specifying a target with a specific arch. This test currently fails when the locally built compiler lacks x86_64 support.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// swift-interface-format-version: 1.0
|
||||
// swift-module-flags: -target x86_64-apple-macos10.9 -module-name SilencePreconcurrency
|
||||
// swift-module-flags: -module-name SilencePreconcurrency
|
||||
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-swift-frontend -compile-module-from-interface -o %/t/SilencePreconcurrency.swiftmodule %s -verify
|
||||
|
||||
Reference in New Issue
Block a user