From 6f28e54505835d5bc741a02dbb8d31d095e195db Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 9 Apr 2020 11:33:20 -0700 Subject: [PATCH] test: repair the Android CI after #30875 The added test was not correctly indicated as a running test. --- test/AutoDiff/stdlib/array.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/AutoDiff/stdlib/array.swift b/test/AutoDiff/stdlib/array.swift index fcc5ef0d0b62f..ca2299d3773cb 100644 --- a/test/AutoDiff/stdlib/array.swift +++ b/test/AutoDiff/stdlib/array.swift @@ -1,4 +1,5 @@ // RUN: %target-run-simple-swift +// REQUIRES: executable_test import StdlibUnittest import _Differentiation