Skip to content

Commit 18afec9

Browse files
authored
Merge pull request #20189 from slavapestov/more-swift3-tests
These tests no longer need -swift-version 3
2 parents 9499d1d + a44125e commit 18afec9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/FixCode/fixits-apply-objc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-objc-attr-requires-foundation-module -typecheck %s -emit-fixits-path %t.remap -swift-version 3
1+
// RUN: not %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-objc-attr-requires-foundation-module -typecheck %s -emit-fixits-path %t.remap
22
// RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %s.result
33
import ObjectiveC
44

test/FixCode/fixits-apply-objc.swift.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-objc-attr-requires-foundation-module -typecheck %s -emit-fixits-path %t.remap -swift-version 3
1+
// RUN: not %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-objc-attr-requires-foundation-module -typecheck %s -emit-fixits-path %t.remap
22
// RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %s.result
33
import ObjectiveC
44

test/SILOptimizer/access_enforcement_selection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -enforce-exclusivity=checked -Onone -emit-sil -parse-as-library %s -Xllvm -debug-only=access-enforcement-selection -swift-version 3 2>&1 | %FileCheck %s
1+
// RUN: %target-swift-frontend -enforce-exclusivity=checked -Onone -emit-sil -parse-as-library %s -Xllvm -debug-only=access-enforcement-selection 2>&1 | %FileCheck %s
22
// REQUIRES: asserts
33

44
// This is a source-level test because it helps bring up the entire -Onone pipeline with the access markers.

0 commit comments

Comments
 (0)