diff options
Diffstat (limited to 'test/Preprocessor/include-directive2.c')
-rw-r--r-- | test/Preprocessor/include-directive2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/include-directive2.c b/test/Preprocessor/include-directive2.c index 123998246b..b205325f60 100644 --- a/test/Preprocessor/include-directive2.c +++ b/test/Preprocessor/include-directive2.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -Eonly -verify %s +// RUN: %clang_cc1 -Eonly -verify %s # define HEADER <float.h> # include HEADER |