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.
This commit is contained in:
Saleem Abdulrasool
2019-12-02 09:20:35 -08:00
parent e8e19d4b93
commit 0de6e736ba

View File

@@ -2,6 +2,8 @@
// RUN: echo %s > %t.filelist.txt
// RUN: not --crash %target-swift-frontend -interpret -filelist %t.filelist.txt 2>&1 | %FileCheck %s
// REQUIRES: executable_test
// UNSUPPORTED: OS=ios
// UNSUPPORTED: OS=tvos
// UNSUPPORTED: OS=watchos