mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Run tests with -swift-version 4 by default
Some test now fail, so add an explicit -swift-version 3.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user