Skip to content

Commit 33573aa

Browse files
authored
Merge pull request #24935 from drodriguez/android-mark-executable-mandatory-inlining
[test] Mark mandatory_inlining.swift as executable.
2 parents 69776aa + 9d22cbb commit 33573aa

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)