summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-property-flags.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/complete-property-flags.m')
-rw-r--r--test/Index/complete-property-flags.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Index/complete-property-flags.m b/test/Index/complete-property-flags.m
index cd3696f..af9e214 100644
--- a/test/Index/complete-property-flags.m
+++ b/test/Index/complete-property-flags.m
@@ -8,6 +8,7 @@
@property(retain, nonatomic) id xx;
// RUN: c-index-test -code-completion-at=%s:7:11 %s | FileCheck -check-prefix=CHECK-CC1 %s
// CHECK-CC1: {TypedText assign}
+// CHECK-CC1-NEXT: {TypedText atomic}
// CHECK-CC1-NEXT: {TypedText copy}
// CHECK-CC1-NEXT: {TypedText getter}{Text = }{Placeholder method}
// CHECK-CC1-NEXT: {TypedText nonatomic}
OpenPOWER on IntegriCloud