Skip to content

Commit 7721c3e

Browse files
committed
Remove explicit filename argument in RUN line.
It's implied by `%target-typecheck-verify-swift`.
1 parent f0aa5ab commit 7721c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Constraints/warn_long_compile.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 -warn-long-expression-type-checking=1 -warn-long-function-bodies=1 %s
1+
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1
22

33
@_silgen_name("generic_foo")
44
func foo<T>(_ x: T) -> T

0 commit comments

Comments
 (0)