summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/ucn-objc-string.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/ucn-objc-string.m')
-rw-r--r--clang/test/SemaObjC/ucn-objc-string.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/ucn-objc-string.m b/clang/test/SemaObjC/ucn-objc-string.m
index 6070278bb13..f80d1ffb915 100644
--- a/clang/test/SemaObjC/ucn-objc-string.m
+++ b/clang/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)));
OpenPOWER on IntegriCloud