diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 23:17:20 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 23:17:20 +0000 |
commit | 59273eb5263006c96b03cfc90db2dadf354ea4ce (patch) | |
tree | c3d2e5b46342e1101ae538d509718bcddfbfae50 /test/Preprocessor | |
parent | 856e06bda5d20f6926d6b9e7f0e68f6795b435ba (diff) |
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
Diffstat (limited to 'test/Preprocessor')
-rw-r--r-- | test/Preprocessor/iwithprefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |