We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794a96f commit 8d44f62Copy full SHA for 8d44f62
test/Interpreter/typed_throws_abi.swift
@@ -4,6 +4,8 @@
4
// RUN: %target-codesign %t/main
5
// RUN: %target-run %t/main %t/%target-library-name(TypedThrowsABI) | %FileCheck %s
6
7
+// REQUIRES: executable_test
8
+
9
import TypedThrowsABI
10
11
func invoke<E: Error, each T>(_ f: () async throws(E) -> (repeat each T)) async {
0 commit comments