diff options
Diffstat (limited to 'clang/test/Sema/function-redecl.c')
-rw-r--r-- | clang/test/Sema/function-redecl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/function-redecl.c b/clang/test/Sema/function-redecl.c index fc2e1995f26..28593b0678d 100644 --- a/clang/test/Sema/function-redecl.c +++ b/clang/test/Sema/function-redecl.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s // PR3588 void g0(int, int); |