From 7646e9bd27a2569f650fb7f9ff81e03e5d8d4112 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 23 Jan 2015 00:30:44 +0000 Subject: [PATCH] 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 --- test/Modules/self-import-header.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/self-import-header.m b/test/Modules/self-import-header.m index 4acc310fde..4dccd94050 100644 --- a/test/Modules/self-import-header.m +++ b/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 -- 2.40.0