Skip to content

Commit a0fd6c4

Browse files
Greg Parkermodelorganism
Greg Parker
authored andcommitted
[test] Fix a solver flag rename that was missed in swiftlang#19756.
1 parent cfda050 commit a0fd6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Sema/type_checker_perf/fast/rdar32998180.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 -solver-expression-time-threshold=1 -swift-version 5 -solver-disable-shrink -disable-constraint-solver-performance-hacks -solver-enable-operator-designated-protocols
1+
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1 -swift-version 5 -solver-disable-shrink -disable-constraint-solver-performance-hacks -solver-enable-operator-designated-types
22
// REQUIRES: tools-release,no_asserts
33

44
func rdar32998180(value: UInt16) -> UInt16 {

0 commit comments

Comments
 (0)