Skip to content

Commit 4591884

Browse files
committed
[Tests] NFC: Remove -disable-constraint-solver-performance-hacks since hacks are now disabled by default
1 parent c1e0e66 commit 4591884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Constraints/issue-52724.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -typecheck -verify -disable-constraint-solver-performance-hacks %s
1+
// RUN: %target-swift-frontend -typecheck -verify %s
22

33
// https://github.com/apple/swift/issues/52724
44

test/Constraints/warn_long_compile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -disable-constraint-solver-performance-hacks -warn-long-function-bodies=1
1+
// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1
22
@_silgen_name("generic_foo")
33
func foo<T>(_ x: T) -> T
44

0 commit comments

Comments
 (0)