aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/vfprintf-invalid-redecl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/vfprintf-invalid-redecl.c')
-rw-r--r--test/Sema/vfprintf-invalid-redecl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/vfprintf-invalid-redecl.c b/test/Sema/vfprintf-invalid-redecl.c
index cbf47a69a9a1c..f06b1b6d2147b 100644
--- a/test/Sema/vfprintf-invalid-redecl.c
+++ b/test/Sema/vfprintf-invalid-redecl.c
@@ -3,4 +3,4 @@
// The following declaration is not compatible with vfprintf(), but make
// sure this isn't an error: autoconf expects this to build.
-char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} expected-note {{'vfprintf' is a builtin}}
+char vfprintf(); // expected-warning {{declaration of built-in function 'vfprintf'}}