Skip to content

Commit a4ced48

Browse files
committed
[TypeChecker] NFC: Adjust "fast" test-case message to accommodate Amazon Linux 2
1 parent 9345e88 commit a4ced48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Sema/type_checker_perf/fast/rdar26564101.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
func rdar26564101(a: [Double], m: Double) -> Double {
55
return Double(Array(0...a.count - 1).reduce(0) { $0 + $1 - m })
6-
// expected-error@-1 {{cannot convert value of type 'Double' to expected argument type 'Int'}}
6+
// expected-error@-1 {{cannot convert value of type}}
77
}

0 commit comments

Comments
 (0)