diff options
Diffstat (limited to 'clang/test/CodeGen/compound.c')
-rw-r--r-- | clang/test/CodeGen/compound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/compound.c b/clang/test/CodeGen/compound.c index c5460070533..960b2e8b04b 100644 --- a/clang/test/CodeGen/compound.c +++ b/clang/test/CodeGen/compound.c @@ -1,4 +1,4 @@ -// RUN: clang-cc < %s -emit-llvm +// RUN: %clang_cc1 < %s -emit-llvm int A; long long B; int C; |