summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/if_warning.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/if_warning.c')
-rw-r--r--clang/test/Preprocessor/if_warning.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/if_warning.c b/clang/test/Preprocessor/if_warning.c
index 2ce7b315998..98653a8feef 100644
--- a/clang/test/Preprocessor/if_warning.c
+++ b/clang/test/Preprocessor/if_warning.c
@@ -1,5 +1,5 @@
-// RUN: clang-cc %s -Eonly -Werror=undef -verify
-// RUN: clang-cc %s -Eonly -Werror-undef -verify
+// RUN: %clang_cc1 %s -Eonly -Werror=undef -verify
+// RUN: %clang_cc1 %s -Eonly -Werror-undef -verify
extern int x;
OpenPOWER on IntegriCloud