mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Tests] NFC: Remove -disable-constraint-solver-performance-hacks since hacks are now disabled by default
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %target-swift-frontend -typecheck -verify -disable-constraint-solver-performance-hacks %s
|
||||
// RUN: %target-swift-frontend -typecheck -verify %s
|
||||
|
||||
// https://github.com/apple/swift/issues/52724
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -disable-constraint-solver-performance-hacks -warn-long-function-bodies=1
|
||||
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1
|
||||
@_silgen_name("generic_foo")
|
||||
func foo<T>(_ x: T) -> T
|
||||
|
||||
|
||||
Reference in New Issue
Block a user