diff options
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info-property-accessors.m')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-property-accessors.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-property-accessors.m b/clang/test/CodeGenObjC/debug-info-property-accessors.m index 0c7f03e6fb5..01fbe58bdd3 100644 --- a/clang/test/CodeGenObjC/debug-info-property-accessors.m +++ b/clang/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: !MDObjCProperty(name: "blah" +// CHECK-SAME: getter: "isBlah" @class NSString; extern void NSLog(NSString *format, ...); |