diff options
Diffstat (limited to 'clang/test/Sema/arg-scope.c')
-rw-r--r-- | clang/test/Sema/arg-scope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/arg-scope.c b/clang/test/Sema/arg-scope.c index d5e59603cfb..ed9261941b5 100644 --- a/clang/test/Sema/arg-scope.c +++ b/clang/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]) {} |