Skip to content

Commit e7ba93f

Browse files
committed
Restrict preserve_conformance_metadata_attr_macros.swift test to OS supported by binary metadata reading tooling
1 parent 1ffc6b7 commit e7ba93f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/ConstExtraction/ExtractFromMacroExpansion.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: swift_swift_parser
2-
// REQUIRES: OS=macosx
32
// RUN: %empty-directory(%t)
43
// RUN: echo "[MyProto]" > %t/protocols.json
54

test/Reflection/preserve_conformance_metadata_attr_macros.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: objc_interop
2+
// REQUIRES: OS=macosx
23
// RUN: %empty-directory(%t)
34
// RUN: %empty-directory(%t/includes)
45

0 commit comments

Comments
 (0)