You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/Constraints/function_builder_availability.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ tuplify(true) { cond in
65
65
if #available(OSX 10.51,*){
66
66
globalFuncAvailableOn10_51()
67
67
tuplify(false){ cond2 in
68
-
if cond, #available(OSX 10.52,*){ // expected-warning{{function builder 'TupleBuilder' does not implement `buildLimitedAvailability`; this code may crash on earlier versions of the OS}}
68
+
if cond, #available(OSX 10.52,*){ // expected-warning{{function builder 'TupleBuilder' does not implement 'buildLimitedAvailability'; this code may crash on earlier versions of the OS}}
0 commit comments