Skip to content

Commit 5e2b07b

Browse files
committed
Do not run these in Swift 3 mode.
1 parent 46510a5 commit 5e2b07b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

validation-test/stdlib/CollectionOld.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift-swift3 --stdlib-unittest-in-process | tee %t.txt
1+
// RUN: %target-run-simple-swift --stdlib-unittest-in-process | tee %t.txt
22
// RUN: %FileCheck %s < %t.txt
33
// note: remove the --stdlib-unittest-in-process once all the FileCheck tests
44
// have been converted to StdlibUnittest

validation-test/stdlib/FixedPoint.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-stdlib-swiftgyb-swift3
1+
// RUN: %target-run-stdlib-swiftgyb
22
// REQUIRES: executable_test
33

44
import StdlibUnittest

validation-test/stdlib/HashedCollectionFilter3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-stdlib-swift-swift3
1+
// RUN: %target-run-stdlib-swift
22
// REQUIRES: executable_test
33

44
import StdlibUnittest

validation-test/stdlib/HashedCollectionFilter4.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-stdlib-swift-swift3
1+
// RUN: %target-run-stdlib-swift
22
// REQUIRES: executable_test
33

44
import StdlibUnittest

validation-test/stdlib/HashingPrototype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift-swift3
1+
// RUN: %target-run-simple-swift-swift
22
// REQUIRES: executable_test
33

44
// REQUIRES: objc_interop

0 commit comments

Comments
 (0)