[Tests] NFC: Remove -disable-constraint-solver-performance-hacks since hacks are now disabled by default

This commit is contained in:
Pavel Yaskevich
2025-06-27 23:44:36 -07:00
parent c1e0e6622d
commit 4591884bbc
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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