diff options
Diffstat (limited to 'test/CodeGen/vla.c')
-rw-r--r-- | test/CodeGen/vla.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/vla.c b/test/CodeGen/vla.c index 844e49e72c..0c53900384 100644 --- a/test/CodeGen/vla.c +++ b/test/CodeGen/vla.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o %t +// RUN: %clang_cc1 %s -emit-llvm -o %t int b(char* x); |