diff options
Diffstat (limited to 'test/CodeGenObjC/debug-info-property-accessors.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-property-accessors.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-property-accessors.m b/test/CodeGenObjC/debug-info-property-accessors.m index 0c7f03e..274bf6e 100644 --- a/test/CodeGenObjC/debug-info-property-accessors.m +++ b/test/CodeGenObjC/debug-info-property-accessors.m @@ -5,7 +5,8 @@ // Ensure we emit the names of explicit/renamed accessors even if they // are defined later in the implementation section. // -// CHECK: !"0x4200\00blah\00{{[0-9]+}}\00isBlah\00{{.*}}", {{.*}}} ; [ DW_TAG_APPLE_property ] [blah] +// CHECK: !DIObjCProperty(name: "blah" +// CHECK-SAME: getter: "isBlah" @class NSString; extern void NSLog(NSString *format, ...); |