Skip to content

Commit 8d44f62

Browse files
committed
[Tests] Add missing executable_test requirement to Interpreter/typed_throws_abi.swift
rdar://139480718 Executable tests need to be marked as such to prevent failures in non-executable test environments.
1 parent 794a96f commit 8d44f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/typed_throws_abi.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// RUN: %target-codesign %t/main
55
// RUN: %target-run %t/main %t/%target-library-name(TypedThrowsABI) | %FileCheck %s
66

7+
// REQUIRES: executable_test
8+
79
import TypedThrowsABI
810

911
func invoke<E: Error, each T>(_ f: () async throws(E) -> (repeat each T)) async {

0 commit comments

Comments
 (0)