Skip to content

Commit 555f38f

Browse files
authored
Merge pull request #20842 from apple/revert-20778-rdar44305428
Revert "Re-enable a test that had been disabled at one point."
2 parents 91a7c76 + ee3cabf commit 555f38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Constraints/warn_long_compile.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1
2-
1+
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1 %s
2+
// REQUIRES: rdar44305428
33
@_silgen_name("generic_foo")
44
func foo<T>(_ x: T) -> T
55

0 commit comments

Comments
 (0)