Skip to content

Commit 7e6862b

Browse files
authored
Merge pull request #73891 from artemcm/PreserveMetadataMacrosOSRestrict
Restrict `preserve_conformance_metadata_attr_macros.swift` test to OS supported by binary metadata reading tooling
2 parents 5b02713 + e7ba93f commit 7e6862b

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)