Skip to content

Commit 28855a5

Browse files
authored
Merge pull request swiftlang#36019 from drodriguez/android-executable-partial-apply
2 parents bc6a7a6 + 619e5ea commit 28855a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/simple_partial_apply_or_not.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swift-emit-ir -module-name test %s | %FileCheck %s
22
// RUN: %target-run-simple-swift %s | %FileCheck %s --check-prefix=CHECK-EXEC
33

4+
// REQUIRES: executable_test
5+
46
@propertyWrapper
57
struct State<T> {
68
private class Reference {

0 commit comments

Comments
 (0)