summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/include-directive3.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-10 16:51:32 +0000
committerChris Lattner <sabre@nondot.org>2009-04-10 16:51:32 +0000
commitfeeb8f13164f015635d569b3722a1d13dd288581 (patch)
treed9002c84aaa226b2011a45a4ed1f6b9ca9c30a8d /clang/test/Preprocessor/include-directive3.c
parent30c3de64619c510af00d6b8a9bca46dd65359f02 (diff)
downloadbcm5719-llvm-feeb8f13164f015635d569b3722a1d13dd288581.tar.gz
bcm5719-llvm-feeb8f13164f015635d569b3722a1d13dd288581.zip
use doug's new %S thing to make this work when run from different locations.
llvm-svn: 68788
Diffstat (limited to 'clang/test/Preprocessor/include-directive3.c')
-rw-r--r--clang/test/Preprocessor/include-directive3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/include-directive3.c b/clang/test/Preprocessor/include-directive3.c
index 2541301b932..e5b7a940c6c 100644
--- a/clang/test/Preprocessor/include-directive3.c
+++ b/clang/test/Preprocessor/include-directive3.c
@@ -1,3 +1,3 @@
-// RUN: clang-cc -include file_to_include.h -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 1
+// RUN: clang-cc -include %S/file_to_include.h -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 1
// PR3464
OpenPOWER on IntegriCloud