diff options
Diffstat (limited to 'test/Sema/arg-scope.c')
-rw-r--r-- | test/Sema/arg-scope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/arg-scope.c b/test/Sema/arg-scope.c index d5e59603cf..ed9261941b 100644 --- a/test/Sema/arg-scope.c +++ b/test/Sema/arg-scope.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify %s void aa(int b, int x[sizeof b]) {} void foo(int i, int A[i]) {} |