Skip to content

Commit 971d106

Browse files
authored
Merge pull request #77486 from drexin/wip-139480718
[Tests] Add missing executable_test requirement to Interpreter/typed_…
2 parents 68d7d57 + 8d44f62 commit 971d106

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)