summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/self-comparison.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/self-comparison.c')
-rw-r--r--clang/test/Sema/self-comparison.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/self-comparison.c b/clang/test/Sema/self-comparison.c
index 8bf54fde9f5..db56e8bf17d 100644
--- a/clang/test/Sema/self-comparison.c
+++ b/clang/test/Sema/self-comparison.c
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang-cc -fsyntax-only -verify %s
int foo(int x) {
return x == x; // expected-warning {{self-comparison always results}}
OpenPOWER on IntegriCloud