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,6 +1,3 @@
// Also run this test in optimize test modes.
// REQUIRES: optimize_test
//===--- InputStream.swift.gyb --------------------------------------------===//
//
// This source file is part of the Swift.org open source project
@@ -17,6 +14,7 @@
// RUN: %S/../../utils/gyb %s -o %t/InputStream.swift
// RUN: %S/../../utils/line-directive %t/InputStream.swift -- %target-build-swift %t/InputStream.swift -o %t/a.out
// RUN: %S/../../utils/line-directive %t/InputStream.swift -- %target-run %t/a.out
// REQUIRES: executable_test
// XFAIL: interpret