]> granicus.if.org Git - clang/commitdiff
Fix reference to sysroot in this test (broken in r226875).
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 23 Jan 2015 00:30:44 +0000 (00:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 23 Jan 2015 00:30:44 +0000 (00:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226885 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/self-import-header.m

index 4acc310fdec1515d14763a05c9dde82cf5519760..4dccd94050dc8f4a66ecf8fced8d9c2b212a761f 100644 (file)
@@ -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