Skip to content

Commit 586eda9

Browse files
authored
Merge pull request #17331 from rudkx/fix-keypath-constraint-test-run-line
2 parents 67ac2fd + 9687615 commit 586eda9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Constraints/keypath.swift

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

33
struct S {
44
let i: Int

test/Constraints/keypath_swift_5.swift

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

33
struct S {
44
let i: Int

0 commit comments

Comments
 (0)