From 9bc4fc4ee96f6da0e7be3edfdedd45912e5f1161 Mon Sep 17 00:00:00 2001 From: Jean-Daniel Dupas Date: Tue, 24 Jan 2012 22:29:27 +0000 Subject: Remove trailing slash in front of header name of ObjC builtins. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148872 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/builtin_objc_lib_functions.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/SemaObjC/builtin_objc_lib_functions.m') diff --git a/test/SemaObjC/builtin_objc_lib_functions.m b/test/SemaObjC/builtin_objc_lib_functions.m index 02b05b95b8..1aa5c75b7c 100644 --- a/test/SemaObjC/builtin_objc_lib_functions.m +++ b/test/SemaObjC/builtin_objc_lib_functions.m @@ -20,10 +20,10 @@ id f4(struct objc_super *super, SEL op) { // expected-warning {{declaration of ' id f5(id val, id *dest) { return objc_assign_strongCast(val, dest); // expected-warning {{implicitly declaring C library function 'objc_assign_strongCast' with type 'id (id, id *)'}} \ - // expected-note {{please include the header or explicitly provide a declaration for 'objc_assign_strongCast'}} + // expected-note {{please include the header or explicitly provide a declaration for 'objc_assign_strongCast'}} } int f6(Class exceptionClass, id exception) { return objc_exception_match(exceptionClass, exception); // expected-warning {{implicitly declaring C library function 'objc_exception_match' with type 'int (id, id)'}} \ - // expected-note {{please include the header or explicitly provide a declaration for 'objc_exception_match'}} + // expected-note {{please include the header or explicitly provide a declaration for 'objc_exception_match'}} } -- cgit v1.2.1