diff options
Diffstat (limited to 'test/CodeGenObjC/complex-property.m')
| -rw-r--r-- | test/CodeGenObjC/complex-property.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/complex-property.m b/test/CodeGenObjC/complex-property.m index bed0ca661155..a5572958a643 100644 --- a/test/CodeGenObjC/complex-property.m +++ b/test/CodeGenObjC/complex-property.m @@ -13,8 +13,8 @@ void f0(A *a) { a.y += a1; } -// CHECK-LP64: private global [13 x i8] c"COMPLEX_PROP -// CHECK-LP64: private global [17 x i8] c"setCOMPLEX_PROP +// CHECK-LP64: private unnamed_addr constant [13 x i8] c"COMPLEX_PROP +// CHECK-LP64: private unnamed_addr constant [17 x i8] c"setCOMPLEX_PROP // rdar: // 7351147 @interface B |
