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.
1 parent 50fb3b8 commit 9687615Copy full SHA for 9687615
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