diff options
Diffstat (limited to 'clang/test/Preprocessor/hash_space.c')
-rw-r--r-- | clang/test/Preprocessor/hash_space.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/hash_space.c b/clang/test/Preprocessor/hash_space.c index 77f5cfc5306..e7dbd3bc617 100644 --- a/clang/test/Preprocessor/hash_space.c +++ b/clang/test/Preprocessor/hash_space.c @@ -1,4 +1,4 @@ -// RUN: clang %s -E | grep " #" +// RUN: clang-cc %s -E | grep " #" // Should put a space before the # so that -fpreprocessed mode doesn't // macro expand this again. |