summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/builtin_objc_nslog.m
diff options
context:
space:
mode:
authorJean-Daniel Dupas <devlists@shadowlab.org>2012-01-25 01:02:26 +0000
committerJean-Daniel Dupas <devlists@shadowlab.org>2012-01-25 01:02:26 +0000
commit9aa95b16e151e50edb0aec4b7a0dfb370d2732e8 (patch)
tree91198de409ad1596a0bc7b43f0277ee754fbc340 /clang/test/SemaObjC/builtin_objc_nslog.m
parent70f449bf416bb2cdd94b7aacd59fd6bb38374360 (diff)
downloadbcm5719-llvm-9aa95b16e151e50edb0aec4b7a0dfb370d2732e8.tar.gz
bcm5719-llvm-9aa95b16e151e50edb0aec4b7a0dfb370d2732e8.zip
Fix test on cygwin (where va_list expands to a different type)
llvm-svn: 148892
Diffstat (limited to 'clang/test/SemaObjC/builtin_objc_nslog.m')
-rw-r--r--clang/test/SemaObjC/builtin_objc_nslog.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/builtin_objc_nslog.m b/clang/test/SemaObjC/builtin_objc_nslog.m
index ac330500403..7c84c5fe234 100644
--- a/clang/test/SemaObjC/builtin_objc_nslog.m
+++ b/clang/test/SemaObjC/builtin_objc_nslog.m
@@ -8,6 +8,6 @@ void f1(id arg) {
}
void f2(id str, va_list args) {
- NSLogv(@"%@", args); // expected-warning {{implicitly declaring C library function 'NSLogv' with type 'void (id, __va_list_tag *)'}} \
+ NSLogv(@"%@", args); // expected-warning {{implicitly declaring C library function 'NSLogv' with type }} \
// expected-note {{please include the header <Foundation/NSObjCRuntime.h> or explicitly provide a declaration for 'NSLogv'}}
}
OpenPOWER on IntegriCloud