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