aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/attr-cleanup.c')
-rw-r--r--test/Sema/attr-cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/attr-cleanup.c b/test/Sema/attr-cleanup.c
index f5cbc385c689..26f283a1a4fa 100644
--- a/test/Sema/attr-cleanup.c
+++ b/test/Sema/attr-cleanup.c
@@ -38,7 +38,7 @@ void t4() {
__attribute((cleanup(c4))) void* g;
}
-void c5(void*) __attribute__((deprecated)); // expected-note{{'c5' declared here}}
+void c5(void*) __attribute__((deprecated)); // expected-note{{'c5' has been explicitly marked deprecated here}}
void t5() {
int i __attribute__((cleanup(c5))); // expected-warning {{'c5' is deprecated}}
}