Rename the optimize_test feature to executable_test and document that feature.

Swift SVN r29213
This commit is contained in:
Arnold Schwaighofer
2015-06-01 23:44:13 +00:00
parent ba8d1a5656
commit f7771859d8
93 changed files with 93 additions and 279 deletions

View File

@@ -1,10 +1,8 @@
// Also run this test in optimize test modes.
// REQUIRES: optimize_test
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: %target-build-swift %s -o %t/a.out
// RUN: %target-run %t/a.out
// REQUIRES: executable_test
// REQUIRES: objc_interop