Skip to content

Commit 9d22cbb

Browse files
committed
[test] Mark mandatory_inlining.swift as executable.
Otherwise the Android CI will fail this test, since no device is actually attached.
1 parent a14883c commit 9d22cbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/mandatory_inlining.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 test(reportError: ((String) -> (Void))? = nil) {
46
let reportError = reportError ?? { error in
57
print(error)

0 commit comments

Comments
 (0)