Skip to content
Snippets Groups Projects
Commit 7646e9bd authored by Richard Smith's avatar Richard Smith
Browse files

Fix reference to sysroot in this test (broken in r226875).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226885 91177308-0d34-0410-b5e6-96231b3b80d8
parent c39fc75b
No related branches found
No related tags found
No related merge requests found
// rdar://13840148 // rdar://13840148
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: %clang -fsyntax-only -isysroot %S/../Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \ // RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
// RUN: -target x86_64-darwin \ // RUN: -target x86_64-darwin \
// RUN: -F %S -I %S/Inputs/self-import-header %s -D__need_wint_t -Werror=implicit-function-declaration // RUN: -F %S -I %S/Inputs/self-import-header %s -D__need_wint_t -Werror=implicit-function-declaration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment