Skip to content

Commit 619e5ea

Browse files
committed
[android][test] Add REQUIRES: executable_test to simple_partial_apply_or_not
The test tries to execute the result of the compilation, so it needs to be marked as executable to be able to be filtered out in platforms that cannot execute the tests in CI (like Android).
1 parent e6a375a commit 619e5ea

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)