Skip to content

Commit 24c3528

Browse files
authored
Merge pull request #72169 from kavon/fix-casting-test
add missing REQUIRES: executable_test
2 parents 5afdb98 + 0275f35 commit 24c3528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/moveonly_generics_casting.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -sil-verify-all -enable-experimental-feature NoncopyableGenerics) | %FileCheck %s
22
// RUN: %target-run-simple-swift(-O -Xfrontend -sil-verify-all -enable-experimental-feature NoncopyableGenerics) | %FileCheck %s
33

4+
// REQUIRES: executable_test
5+
46
protocol P {
57
func speak()
68
}

0 commit comments

Comments
 (0)