Skip to content

Commit 06ccb51

Browse files
authored
Merge pull request #40952 from rxwei/fix-pairwise-buildblock-test-availability
2 parents c788d94 + ad1e63f commit 06ccb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Constraints/result_builder_pairwise_build_block.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ let flatValues2 = Values(flat: {
137137
if false {
138138
"nah"
139139
}
140-
if #available(SwiftStdlib 5.0, *) {
140+
if #available(*) {
141141
5.0
142142
}
143143
#endif

0 commit comments

Comments
 (0)