diff options
Diffstat (limited to 'clang/test/Sema/expr-comma.c')
-rw-r--r-- | clang/test/Sema/expr-comma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/expr-comma.c b/clang/test/Sema/expr-comma.c index 849e8d5ae8b..64079866ca9 100644 --- a/clang/test/Sema/expr-comma.c +++ b/clang/test/Sema/expr-comma.c @@ -1,4 +1,4 @@ -// RUN: clang %s -fsyntax-only -verify -std=c89 +// RUN: clang-cc %s -fsyntax-only -verify -std=c89 // rdar://6095180 #include <assert.h> |