diff options
Diffstat (limited to 'clang/test/Index/complete-property-flags.m')
-rw-r--r-- | clang/test/Index/complete-property-flags.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Index/complete-property-flags.m b/clang/test/Index/complete-property-flags.m index cd3696f11c7..af9e214a292 100644 --- a/clang/test/Index/complete-property-flags.m +++ b/clang/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} |