Run tests with -swift-version 4 by default

Some test now fail, so add an explicit -swift-version 3.
This commit is contained in:
Slava Pestov
2018-06-10 00:59:10 -07:00
parent e6c4a3825e
commit 5d2752f7d2
241 changed files with 449 additions and 413 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-run-stdlib-swift | %FileCheck %s
// RUN: %target-run-stdlib-swift-swift3 | %FileCheck %s
// REQUIRES: executable_test
// REQUIRES: objc_interop