diff --git a/test/Interpreter/opaque_result_type_runtime_call.swift b/test/Interpreter/opaque_result_type_runtime_call.swift index 8af66ca2db862..6b43115984be6 100644 --- a/test/Interpreter/opaque_result_type_runtime_call.swift +++ b/test/Interpreter/opaque_result_type_runtime_call.swift @@ -4,6 +4,7 @@ // 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 // RUN: %target-codesign %t/main // RUN: %target-run %t/main %t/%target-library-name(opaque_result_type_runtime_call_other) | %FileCheck %s +// REQUIRES: executable_test import opaque_result_type_runtime_call_other