diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-01-23 00:30:44 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-01-23 00:30:44 +0000 |
| commit | d2a7eda2b7415a0936023a0e742e84e6a42a76b2 (patch) | |
| tree | 44620502a85272def22e54d1135cc8eaae120e69 /clang | |
| parent | 4edeced078e6878256e0207a5a25784475579684 (diff) | |
| download | bcm5719-llvm-d2a7eda2b7415a0936023a0e742e84e6a42a76b2.tar.gz bcm5719-llvm-d2a7eda2b7415a0936023a0e742e84e6a42a76b2.zip | |
Fix reference to sysroot in this test (broken in r226875).
llvm-svn: 226885
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Modules/self-import-header.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/self-import-header.m b/clang/test/Modules/self-import-header.m index 4acc310fdec..4dccd94050d 100644 --- a/clang/test/Modules/self-import-header.m +++ b/clang/test/Modules/self-import-header.m @@ -1,7 +1,7 @@ // rdar://13840148 // 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: -F %S -I %S/Inputs/self-import-header %s -D__need_wint_t -Werror=implicit-function-declaration |

