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