diff options
Diffstat (limited to 'test/Sema/implicit-builtin-redecl.c')
-rw-r--r-- | test/Sema/implicit-builtin-redecl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/implicit-builtin-redecl.c b/test/Sema/implicit-builtin-redecl.c index 1e520d2..9fb7e62 100644 --- a/test/Sema/implicit-builtin-redecl.c +++ b/test/Sema/implicit-builtin-redecl.c @@ -6,7 +6,7 @@ static void* malloc(int size) { return ((void*)0); /*do not use heap in this file*/ } -void *calloc(int, int, int); // expected-warning{{incompatible redeclaration of library function 'calloc' will be ignored}} \ +void *calloc(int, int, int); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \ // expected-note{{'calloc' is a builtin with type 'void *}} void f1(void) { |