summaryrefslogtreecommitdiffstats
path: root/test/Sema/if-empty-body.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/if-empty-body.c')
-rw-r--r--test/Sema/if-empty-body.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/if-empty-body.c b/test/Sema/if-empty-body.c
index 1d1df40bd6..af1e62f6b1 100644
--- a/test/Sema/if-empty-body.c
+++ b/test/Sema/if-empty-body.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
void f1(int a) {
if (a); // expected-warning {{if statement has empty body}}