Skip to content

Commit 2c8393a

Browse files
authored
Merge pull request swiftlang#12347 from milseman/test_test_test
[test] Use target-swift-frontend for x-compile tests. NFC
2 parents 7c12c36 + 139293d commit 2c8393a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/stdlib/StringCompatibilityDiagnostics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %swift -typecheck -swift-version 4 %s -verify
1+
// RUN: %target-swift-frontend -typecheck -swift-version 4 %s -verify
22

33
func testPopFirst() {
44
var str = "abc"

test/stdlib/StringCompatibilityDiagnostics3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %swift -typecheck -swift-version 3 %s -verify
1+
// RUN: %target-swift-frontend -typecheck -swift-version 3 %s -verify
22

33
func testPopFirst() {
44
var str = "abc"

test/stdlib/StringCompatibilityDiagnostics4.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %swift -typecheck -swift-version 4 %s -verify
1+
// RUN: %target-swift-frontend -typecheck -swift-version 4 %s -verify
22

33
func testPopFirst() {
44
var str = "abc"

0 commit comments

Comments
 (0)