diff options
Diffstat (limited to 'test/CodeGen/array.c')
-rw-r--r-- | test/CodeGen/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/array.c b/test/CodeGen/array.c index ed56b5be63..5bcc26ecf3 100644 --- a/test/CodeGen/array.c +++ b/test/CodeGen/array.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm %s -o %t +// RUN: clang-cc -emit-llvm %s -o %t int f() { int a[2]; |