Skip to content

Commit c616f3b

Browse files
committed
Restrict infer-target.swift to configs that don't cross-compile.
1 parent 916f28b commit c616f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SymbolGraph/infer-target.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// RUN: %FileCheck %s --input-file %t/Output/Basic.symbols.json
99

1010
// This test can only work for test configurations that aren't cross-compiling.
11-
// REQUIRES: OS=macosx || OS=linux-gnu || OS=windows-msvc
11+
// REQUIRES: target-same-as-host
1212

1313
public struct S {
1414
public var x: Int

0 commit comments

Comments
 (0)