diff options
Diffstat (limited to 'test/Sema/arg-scope-c99.c')
-rw-r--r-- | test/Sema/arg-scope-c99.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/arg-scope-c99.c b/test/Sema/arg-scope-c99.c index 1d81410b8d01..912776ab8ff6 100644 --- a/test/Sema/arg-scope-c99.c +++ b/test/Sema/arg-scope-c99.c @@ -1,2 +1,2 @@ -// RUN: clang-cc -fsyntax-only -std=c99 -verify %s +// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s void bb(int sz, int ar[sz][sz]) { } |