From 227bc215f2b8de91f1201c043d6d96c436d78e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Troiti=C3=B1o?= Date: Tue, 9 Jul 2019 15:32:29 -0700 Subject: [PATCH] [android][test] Mark cxx_interop.swift as executable. Executable tests cannot currently run in the Android CI machines, and must be marked as such to be skipped. --- test/ClangImporter/cxx_interop.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ClangImporter/cxx_interop.swift b/test/ClangImporter/cxx_interop.swift index b837e8d5149dc..fd5ba0b615951 100644 --- a/test/ClangImporter/cxx_interop.swift +++ b/test/ClangImporter/cxx_interop.swift @@ -1,6 +1,8 @@ // RUN: %empty-directory(%t) // RUN: %target-swift-frontend -typecheck %s -I %S/Inputs/custom-modules -module-cache-path %t -enable-cxx-interop +// REQUIRES: executable_test + import CXXInterop // Basic structs