From: Eric Christopher Date: Thu, 5 Apr 2012 22:03:35 +0000 (+0000) Subject: Enhance testing a bit to make sure that we're omitting the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=856183c79a6fdb0291315223fb338d4895ba0cf1;p=clang 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 --- 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