Skip to content

Commit eadc7fd

Browse files
committed
Reflection: Disable typeref_decoding_objc test on non-OS X platforms for now
1 parent ef2a216 commit eadc7fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Reflection/typeref_decoding_objc.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
// RUN: %target-swift-reflection-dump -binary-filename %t/libTypesToReflect.%target-dylib-extension > %t/typeref_decoding.txt
44
// RUN: diff -u %S/typeref_decoding_objc.result.txt %t/typeref_decoding.txt
55
// REQUIRES: objc_interop
6+
7+
// REQUIRES: OS=macosx

0 commit comments

Comments
 (0)