Skip to content

Commit cf9d60b

Browse files
authored
Merge pull request #64742 from rintaro/fix-rdar107388467
[Tests] Add 'REQUIRES: executable_test' to an Interpreter test
2 parents be620b8 + 0c1c922 commit cf9d60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Interpreter/opaque_result_type_runtime_call.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-build-swift %s -lopaque_result_type_runtime_call_other -I %t -L %t -o %t/main %target-rpath(%t) -Xfrontend -disable-availability-checking
55
// RUN: %target-codesign %t/main
66
// RUN: %target-run %t/main %t/%target-library-name(opaque_result_type_runtime_call_other) | %FileCheck %s
7+
// REQUIRES: executable_test
78

89
import opaque_result_type_runtime_call_other
910

0 commit comments

Comments
 (0)