diff options
Diffstat (limited to 'clang/test/CodeGen/tentative-array.c')
-rw-r--r-- | clang/test/CodeGen/tentative-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/tentative-array.c b/clang/test/CodeGen/tentative-array.c index 71231237faf..6879d0f07d7 100644 --- a/clang/test/CodeGen/tentative-array.c +++ b/clang/test/CodeGen/tentative-array.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm < %s -triple=i686-apple-darwin9 | grep "global \[1 x i32\]" +// RUN: clang-cc -emit-llvm < %s -triple=i686-apple-darwin9 | grep "global \[1 x i32\]" int r[]; int (*a)[] = &r; |