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:
Allan Shortlidge
2022-05-27 10:39:14 -07:00
parent 0bf6fc311e
commit 5326cb031f

View File

@@ -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