[Testing] Eliminate REQUIRES-ANY usage

REQUIRES-ANY is deprecated and being removed. Use boolean expressions.

rdar://problem/58549266
This commit is contained in:
Rintaro Ishizaki
2020-01-14 10:21:49 -08:00
parent 071bece428
commit 0aa3125b62
18 changed files with 18 additions and 18 deletions

View File

@@ -6,4 +6,4 @@ func foo() -> String {
// RUN: %sourcekitd-test -req=localize-string -pos=2:10 %s -- %s > %t.result/localize-string.swift.expected
// RUN: diff -u %S/localize-string.swift.expected %t.result/localize-string.swift.expected
// REQUIRES-ANY: OS=macosx, OS=linux-gnu
// REQUIRES: OS=macosx || OS=linux-gnu