Skip to content

Commit eb27ab8

Browse files
committed
[test/Index/Store] For a test, replace 'XFAIL: linux' with 'REQUIRES: objc_interop'
1 parent 139c1e5 commit eb27ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Index/Store/unit-pcm-dependency.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: objc_interop
2+
13
// RUN: rm -rf %t
24
// RUN: %target-swift-frontend -index-store-path %t/idx -primary-file %s -o %t/s1.o -I %S/Inputs -typecheck -module-cache-path %t/mcp
35
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s -check-prefix=FILE1
@@ -17,8 +19,6 @@
1719
// RUN: %FileCheck %s -check-prefix=FILE2 < %t/both.txt
1820

1921

20-
// XFAIL: linux
21-
2222
import ClangModuleB
2323
import ClangModuleC.Sub1
2424
import ClangModuleC.Sub2

0 commit comments

Comments
 (0)