diff options
Diffstat (limited to 'clang/test/Sema/vfprintf-valid-redecl.c')
-rw-r--r-- | clang/test/Sema/vfprintf-valid-redecl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/vfprintf-valid-redecl.c b/clang/test/Sema/vfprintf-valid-redecl.c index 14fbbc47ddb..5c5ce8d12b0 100644 --- a/clang/test/Sema/vfprintf-valid-redecl.c +++ b/clang/test/Sema/vfprintf-valid-redecl.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -fsyntax-only -pedantic -verify +// expected-no-diagnostics // PR4290 // The following declaration is compatible with vfprintf, so we shouldn't |