diff options
Diffstat (limited to 'test/Preprocessor/include-macros.c')
-rw-r--r-- | test/Preprocessor/include-macros.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/include-macros.c b/test/Preprocessor/include-macros.c index c085e0c07e..d64ee5e3e6 100644 --- a/test/Preprocessor/include-macros.c +++ b/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 |