aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/ucn-objc-string.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/ucn-objc-string.m')
-rw-r--r--test/SemaObjC/ucn-objc-string.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/ucn-objc-string.m b/test/SemaObjC/ucn-objc-string.m
index 6070278bb134..f80d1ffb9156 100644
--- a/test/SemaObjC/ucn-objc-string.m
+++ b/test/SemaObjC/ucn-objc-string.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 %s -verify -fsyntax-only
+// expected-no-diagnostics
@class NSString;
extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2)));