Skip to content

Commit 7ad32b0

Browse files
authored
Merge pull request #73800 from slavapestov/fix-rdar128492212
test/Interpreter/element_archetype_captures.swift requires executable_test
2 parents 67626f0 + fd5fe7d commit 7ad32b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/element_archetype_captures.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-run-simple-swift
22

3+
// REQUIRES: executable_test
4+
35
func callee<X: P1, T: P2, U: P3, V: P4>(x: X, t: T, u: U, v: V)
46
-> (any P1, any P2, any P3, any P4) {
57
return (x, t, u, v)

0 commit comments

Comments
 (0)