From f10ef4d40ca14e49bda44772a93df994b8dd49e0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 23:17:20 +0000 Subject: [PATCH] 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" llvm-svn: 173525 --- clang/test/Preprocessor/iwithprefix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Preprocessor/iwithprefix.c b/clang/test/Preprocessor/iwithprefix.c index 0bfa2bed79ab..c11f36e94b5a 100644 --- a/clang/test/Preprocessor/iwithprefix.c +++ b/clang/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