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