Skip to content

Commit 2c40a85

Browse files
authored
Merge pull request #60826 from aschwaighofer/fix_test_IRGen_98995607
Add missing REQUIRES: executable_test to the test IRGen/98995607.swift.gyb
2 parents 481a561 + c528e96 commit 2c40a85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/IRGen/98995607.swift.gyb

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

3+
// REQUIRES: executable_test
4+
35
%for N in range(0, 100):
46

57
protocol P${N}<A, B> {

0 commit comments

Comments
 (0)