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

@@ -14,7 +14,7 @@
//
// RUN: %gyb %s -o %t/ArrayBridge.swift
// RUN: %target-clang %S/Inputs/ArrayBridge/ArrayBridge.m -c -o %t/ArrayBridgeObjC.o -g
// RUN: %line-directive %t/ArrayBridge.swift -- %target-build-swift %t/ArrayBridge.swift -I %S/Inputs/ArrayBridge/ -Xlinker %t/ArrayBridgeObjC.o -o %t/ArrayBridge --
// RUN: %line-directive %t/ArrayBridge.swift -- %target-build-swift %t/ArrayBridge.swift -I %S/Inputs/ArrayBridge/ -Xlinker %t/ArrayBridgeObjC.o -o %t/ArrayBridge -swift-version 3 --
// RUN: %target-run %t/ArrayBridge
// REQUIRES: executable_test