diff options
Diffstat (limited to 'test/Preprocessor/macro_disable3.c')
| -rw-r--r-- | test/Preprocessor/macro_disable3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_disable3.c b/test/Preprocessor/macro_disable3.c index d4a5664ae999..eab0a5e04631 100644 --- a/test/Preprocessor/macro_disable3.c +++ b/test/Preprocessor/macro_disable3.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -E | FileCheck -strict-whitespace %s +// RUN: %clang_cc1 %s -E | FileCheck -strict-whitespace %s // Check for C99 6.10.3.4p2. #define f(a) f(x * (a)) |
