Skip to content

Commit f0aa5ab

Browse files
committed
Re-enable a test that had been disabled at one point.
We saw a failure of this test on Linux at some point, and disabled it. It looks like it may have been due to the fact that the `%target-typecheck-verify-swift` provides the filename, but we explicitly provide the filename in the test invocation here as well. I'm going to re-enable and see if we can get through tests on all supported platforms.
1 parent bc9c876 commit f0aa5ab

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,5 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1 %s
2-
// REQUIRES: rdar44305428
2+
33
@_silgen_name("generic_foo")
44
func foo<T>(_ x: T) -> T
55

0 commit comments

Comments
 (0)