Restrict infer-target.swift to configs that don't cross-compile.

This commit is contained in:
Allan Shortlidge
2025-08-04 09:48:04 -07:00
parent 916f28bfdb
commit c616f3b718

View File

@@ -8,7 +8,7 @@
// RUN: %FileCheck %s --input-file %t/Output/Basic.symbols.json
// This test can only work for test configurations that aren't cross-compiling.
// REQUIRES: OS=macosx || OS=linux-gnu || OS=windows-msvc
// REQUIRES: target-same-as-host
public struct S {
public var x: Int