Skip to content

Commit 9687615

Browse files
committed
Fix RUN lines in a couple constraint solver tests.
1 parent 50fb3b8 commit 9687615

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)