summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-04-05 22:03:35 +0000
committerEric Christopher <echristo@apple.com>2012-04-05 22:03:35 +0000
commit856183c79a6fdb0291315223fb338d4895ba0cf1 (patch)
tree9d0e4a4c15ec87ae941e8640eb857de6bbc4f248 /test/CodeGenObjC
parent78af8fd568f05aa872194756c96d8ba73d8c4956 (diff)
Enhance testing a bit to make sure that we're omitting the
getter and setter when they're synthesized with the default names. rdar://11179756 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC')
-rw-r--r--test/CodeGenObjC/debug-info-property4.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGenObjC/debug-info-property4.m b/test/CodeGenObjC/debug-info-property4.m
index 386a80854c..6d9973c3e0 100644
--- a/test/CodeGenObjC/debug-info-property4.m
+++ b/test/CodeGenObjC/debug-info-property4.m
@@ -1,6 +1,8 @@
// RUN: %clang_cc1 -fobjc-default-synthesize-properties -masm-verbose -S -g %s -o - | FileCheck %s
// CHECK: AT_APPLE_property_name
+// CHECK-NOT: AT_APPLE_property_getter
+// CHECK-NOT: AT_APPLE_property_setter
// CHECK: AT_APPLE_property_attribute
// CHECK: AT_APPLE_property