We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67ac2fd + 9687615 commit 586eda9Copy full SHA for 586eda9
test/Constraints/keypath.swift
@@ -1,4 +1,4 @@
1
-// RUN: %target-typecheck-verify-swift %S/Inputs/keypath.swift -primary-file %s
+// RUN: %target-swift-frontend -typecheck -verify %S/Inputs/keypath.swift -primary-file %s
2
3
struct S {
4
let i: Int
test/Constraints/keypath_swift_5.swift
-// RUN: %target-typecheck-verify-swift %S/Inputs/keypath.swift -primary-file %s -swift-version 5
+// RUN: %target-swift-frontend -typecheck -verify %S/Inputs/keypath.swift -primary-file %s -swift-version 5
0 commit comments