Skip to content

Commit 0de6e73

Browse files
committed
test: repair Android builds
This test requires execution, which the android CI currently does not support. Mark the test as executable to fix the CI.
1 parent e8e19d4 commit 0de6e73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Frontend/crash-in-user-code.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// RUN: echo %s > %t.filelist.txt
33
// RUN: not --crash %target-swift-frontend -interpret -filelist %t.filelist.txt 2>&1 | %FileCheck %s
44

5+
// REQUIRES: executable_test
6+
57
// UNSUPPORTED: OS=ios
68
// UNSUPPORTED: OS=tvos
79
// UNSUPPORTED: OS=watchos

0 commit comments

Comments
 (0)