Skip to content

Commit ae591c0

Browse files
committed
Remove hard-coding of -swift-version 3 in some validation tests.
1 parent 758d5d4 commit ae591c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

validation-test/IDE/crashers_2/0010-reference-to-self-in-extension-init.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not --crash %target-swift-ide-test -swift-version 3 -code-completion -code-completion-token=A -source-filename=%s
1+
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
22
// REQUIRES: asserts
33

44
extension Integer {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not --crash %target-swift-ide-test -swift-version 3 -code-completion -code-completion-token=A -source-filename=%s
1+
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
22
// REQUIRES: asserts
33

44
Integer#^A^#

validation-test/Serialization/rdar29694978.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: rm -rf %t && mkdir -p %t
2-
// RUN: %target-build-swift %s -swift-version 3 -import-objc-header %S/Inputs/rdar29694978.h -emit-module -o %t/Library.swiftmodule
3-
// RUN: %target-swift-ide-test -swift-version 3 -print-module -module-to-print=Library -source-filename=x -I %S/Inputs/ -I %t | %FileCheck %s
2+
// RUN: %target-build-swift %s -import-objc-header %S/Inputs/rdar29694978.h -emit-module -o %t/Library.swiftmodule
3+
// RUN: %target-swift-ide-test -print-module -module-to-print=Library -source-filename=x -I %S/Inputs/ -I %t | %FileCheck %s
44

55
// REQUIRES: objc_interop
66

0 commit comments

Comments
 (0)