use doug's new %S thing to make this work when run from different locations.
llvm-svn: 68788
diff --git a/clang/test/Preprocessor/include-macros.c b/clang/test/Preprocessor/include-macros.c
index c085e0c..d64ee5e 100644
--- a/clang/test/Preprocessor/include-macros.c
+++ b/clang/test/Preprocessor/include-macros.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -E -Dtest=FOO -imacros pr2086.h %s | grep 'HERE: test'
+// RUN: clang-cc -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test'
// This should not be expanded into FOO because pr2086.h undefs 'test'.
HERE: test