Skip to content

Commit e5800f1

Browse files
authored
Merge pull request #35630 from drodriguez/android-executable-entry-point
2 parents e6c74e3 + 2b996fc commit e5800f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILGen/other-entry-point-function-name.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %target-build-swift %s %t/forward.o -Xfrontend -entry-point-function-name -Xfrontend foobar -o %t/main
44
// RUN: %target-run %t/main | %FileCheck %s
55

6+
// REQUIRES: executable_test
7+
68
// CHECK: howdy from foobar
79
print("howdy from foobar")
810

0 commit comments

Comments
 (0)