summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/import_self.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/import_self.c')
-rw-r--r--clang/test/Preprocessor/import_self.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/import_self.c b/clang/test/Preprocessor/import_self.c
index 2cabe3d71ca..8ba0b19c94a 100644
--- a/clang/test/Preprocessor/import_self.c
+++ b/clang/test/Preprocessor/import_self.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -E -I. %s | grep BODY_OF_FILE | wc -l | grep 1
+// RUN: %clang_cc1 -E -I. %s | grep BODY_OF_FILE | wc -l | grep 1
// This #import should have no effect, as we're importing the current file.
#import <import_self.c>
OpenPOWER on IntegriCloud