mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Testing] Eliminate REQUIRES-ANY usage
REQUIRES-ANY is deprecated and being removed. Use boolean expressions. rdar://problem/58549266
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user