summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/arc-overloading.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjCXX/arc-overloading.mm')
-rw-r--r--test/SemaObjCXX/arc-overloading.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjCXX/arc-overloading.mm b/test/SemaObjCXX/arc-overloading.mm
index a74941721172b..3ac9c51293b73 100644
--- a/test/SemaObjCXX/arc-overloading.mm
+++ b/test/SemaObjCXX/arc-overloading.mm
@@ -199,4 +199,4 @@ class rdar10142572 {
};
id rdar10142572::f() { return 0; } // okay: merged down
-id __attribute__((ns_returns_retained)) rdar10142572::g() { return 0; } // expected-error{{function declared with the ns_returns_retained attribute was previously declared without the ns_returns_retained attribute}}
+id __attribute__((ns_returns_retained)) rdar10142572::g() { return 0; } // expected-error{{function declared with 'ns_returns_retained' attribute was previously declared without the 'ns_returns_retained' attribute}}