summaryrefslogtreecommitdiffstats
path: root/test/PCH/objc_exprs.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/objc_exprs.m')
-rw-r--r--test/PCH/objc_exprs.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/objc_exprs.m b/test/PCH/objc_exprs.m
index c37968b..1f971e7 100644
--- a/test/PCH/objc_exprs.m
+++ b/test/PCH/objc_exprs.m
@@ -6,7 +6,7 @@
// RUN: %clang_cc1 -fblocks -include-pch %t -fsyntax-only -verify %s
// Expressions
-int *A1 = (objc_string)0; // expected-warning {{aka 'id'}}
+int *A1 = (objc_string)0; // expected-warning {{aka 'NSString *'}}
char A2 = (objc_encode){}; // expected-error {{not a compile-time constant}} \
expected-warning {{char [2]}}
OpenPOWER on IntegriCloud