Skip to content

Commit 73c3a18

Browse files
committed
[test/index] Add 'objc_interop' requirement to test/Index/cross_language.swift
1 parent 28b1585 commit 73c3a18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Index/cross_language.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: objc_interop
2+
13
// RUN: mkdir -p %t
24
// RUN: %target-swift-ide-test(mock-sdk: %clang-importer-sdk) -module-name cross_language -import-objc-header %S/Inputs/cross_language_bridge_head.h -D SWIFT_CODE -print-indexed-symbols -source-filename %s > %t.idx.out
35
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck %s -module-name cross_language -import-objc-header %S/Inputs/cross_language_bridge_head.h -D SWIFT_CODE -emit-objc-header-path %t/objc_header.h

0 commit comments

Comments
 (0)