From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 23:17:20 +0000 (+0000) Subject: clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59273eb5263006c96b03cfc90db2dadf354ea4ce;p=clang clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include. You may see such a message on non-posix system; ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/usr/include" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173525 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/iwithprefix.c b/test/Preprocessor/iwithprefix.c index 0bfa2bed79..c11f36e94b 100644 --- a/test/Preprocessor/iwithprefix.c +++ b/test/Preprocessor/iwithprefix.c @@ -10,7 +10,7 @@ // CHECK: #include <...> search starts here: // CHECK: {{.*}}.tmps/first -// CHECK: /usr/include +// CHECK: /lib/clang/{{[.0-9]+}}/include // CHECK: {{.*}}.tmps/second // CHECK-NOT: {{.*}}.tmps