diff options
Diffstat (limited to 'test/CodeGen/variable-array.c')
-rw-r--r-- | test/CodeGen/variable-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/variable-array.c b/test/CodeGen/variable-array.c index f5621c2..80ca78d 100644 --- a/test/CodeGen/variable-array.c +++ b/test/CodeGen/variable-array.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm < %s | grep puts | count 4 +// RUN: %clang_cc1 -emit-llvm < %s | grep puts | count 4 // PR3248 int a(int x) |