Skip to content

Commit

Permalink
Merge pull request swiftlang#20842 from apple/revert-20778-rdar44305428
Browse files Browse the repository at this point in the history
Revert "Re-enable a test that had been disabled at one point."
  • Loading branch information
rudkx authored Nov 29, 2018
2 parents 91a7c76 + ee3cabf commit 555f38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Constraints/warn_long_compile.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1

// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1 %s
// REQUIRES: rdar44305428
@_silgen_name("generic_foo")
func foo<T>(_ x: T) -> T

Expand Down

0 comments on commit 555f38f

Please sign in to comment.