We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139c1e5 commit eb27ab8Copy full SHA for eb27ab8
test/Index/Store/unit-pcm-dependency.swift
@@ -1,3 +1,5 @@
1
+// REQUIRES: objc_interop
2
+
3
// RUN: rm -rf %t
4
// 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
5
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s -check-prefix=FILE1
@@ -17,8 +19,6 @@
17
19
// RUN: %FileCheck %s -check-prefix=FILE2 < %t/both.txt
18
20
21
-// XFAIL: linux
-
22
import ClangModuleB
23
import ClangModuleC.Sub1
24
import ClangModuleC.Sub2
0 commit comments