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 233723a commit 8774d24Copy full SHA for 8774d24
test/Interpreter/import_as_member.swift
@@ -1,10 +1,11 @@
1
// RUN: rm -rf %t
2
// RUN: mkdir -p %t
3
-// RUN: %clang %S/Inputs/ImportAsMember/IAMVec.c -c -o %t/IAMVec.o
+// RUN: %clang -isysroot %sdk %S/Inputs/ImportAsMember/IAMVec.c -c -o %t/IAMVec.o
4
// RUN: %target-build-swift -I %S/Inputs/ImportAsMember/ -Xlinker %t/IAMVec.o %s -o %t/a.out
5
// RUN: %target-run %t/a.out | FileCheck %s
6
7
// REQUIRES: swift_interpreter
8
+// REQUIRES: macosx
9
10
import ImportAsMember
11
0 commit comments