Skip to content

Commit 30576e5

Browse files
authored
Merge pull request #60736 from lorentey/wrangling2
[test] Interpreter/autolinking: Require local execution
2 parents 5d30b59 + 0d8f5d9 commit 30576e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/SDK/autolinking.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
// REQUIRES: swift_interpreter
1717
// REQUIRES: OS=macosx
1818

19+
// This requires executable tests to be run on the same machine as the compiler.
20+
// (rdar://99051588)
21+
// UNSUPPORTED: remote_run || device_run
1922

2023
import Darwin
2124
#if IMPORT

0 commit comments

Comments
 (0)