summaryrefslogtreecommitdiffstats
path: root/test/PCH/chain-remap-types.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/chain-remap-types.m')
-rw-r--r--test/PCH/chain-remap-types.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/chain-remap-types.m b/test/PCH/chain-remap-types.m
index 13f2e39b14..e151a64750 100644
--- a/test/PCH/chain-remap-types.m
+++ b/test/PCH/chain-remap-types.m
@@ -6,7 +6,7 @@
// CHECK: @class X;
// CHECK: struct Y
-// CHECK: @property ( assign,readwrite,atomic ) X * prop
+// CHECK: @property(atomic, assign, unsafe_unretained, readwrite) X *prop
// CHECK: void h(X *);
// CHECK: @interface X(Blah)
// CHECK: void g(X *);