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

Richard Smith richard-llvm at metafoo.co.uk
Thu Jan 22 16:30:44 PST 2015


Author: rsmith
Date: Thu Jan 22 18:30:44 2015
New Revision: 226885

URL: http://llvm.org/viewvc/llvm-project?rev=226885&view=rev
Log:
Fix reference to sysroot in this test (broken in r226875).

Modified:
    cfe/trunk/test/Modules/self-import-header.m

Modified: cfe/trunk/test/Modules/self-import-header.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/self-import-header.m?rev=226885&r1=226884&r2=226885&view=diff
==============================================================================
--- cfe/trunk/test/Modules/self-import-header.m (original)
+++ cfe/trunk/test/Modules/self-import-header.m Thu Jan 22 18:30:44 2015
@@ -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
 





More information about the cfe-commits mailing list