Skip to content

Commit d2de76b

Browse files
committed
[Tests] Fix RemoteMirror interop test to require executable_test.
Missing REQUIRES: executable_test in the test script.
1 parent 9a48cf9 commit d2de76b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/RemoteMirror/interop.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: OS=macosx
2+
// REQUIRES: executable_test
23

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

0 commit comments

Comments
 (0)