Skip to content

Commit 3e93958

Browse files
committed
[Tests] Disable RemoteMirror/interop on use_os_stdlib builds.
Even after the previous fix, this still isn't working on use_os_stdlib builds. Just mark those as unsupported for now. rdar://82124292
1 parent 6976ead commit 3e93958

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/RemoteMirror/interop.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: OS=macosx
22
// REQUIRES: executable_test
3+
// UNSUPPORTED: use_os_stdlib
4+
// UNSUPPORTED: back_deployment_runtime
35

46
// RUN: %empty-directory(%t)
57
// RUN: %target-build-swift %S/Inputs/interop.swift -emit-library -module-name InteropTest -o %t/%target-library-name(InteropTest)

0 commit comments

Comments
 (0)