diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2008-10-04 21:05:04 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2008-10-04 21:05:04 +0000 |
| commit | 4777ba01023c7e0000750ef7388f38c3db10b83f (patch) | |
| tree | cf1add0ef398b8bca4c55318715be74cb13e8a29 | |
| parent | fadbdb3062429694f868f20596eafaceec4b1db7 (diff) | |
| download | bcm5719-llvm-4777ba01023c7e0000750ef7388f38c3db10b83f.tar.gz bcm5719-llvm-4777ba01023c7e0000750ef7388f38c3db10b83f.zip | |
Desensitize env-include-paths.c to the directory it is running in.
- It would probably be better if TestRunner.sh canonicalized this.
llvm-svn: 57075
| -rw-r--r-- | clang/test/Driver/env-include-paths.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/env-include-paths.c b/clang/test/Driver/env-include-paths.c index 91ca48070c6..ced24311c00 100644 --- a/clang/test/Driver/env-include-paths.c +++ b/clang/test/Driver/env-include-paths.c @@ -1,6 +1,7 @@ // RUN: clang -fsyntax-only -verify -DAS_SOURCE %s && // RUN: env CPATH="" clang -fsyntax-only -verify -DAS_SOURCE %s && // RUN: env CPATH="xyz:xyz" clang -fsyntax-only -verify -DAS_SOURCE %s && +// RUN: cd $(dirname %s) && // RUN: env CPATH="xyz::xyz" clang -fsyntax-only -verify -DSHOULD_FIND -DAS_SOURCE %s && // RUN: env CPATH="../Driver" clang -fsyntax-only -verify -DSHOULD_FIND -DAS_SOURCE %s |

