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.
2 parents 68d7d57 + 8d44f62 commit 971d106Copy full SHA for 971d106
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