summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/undefined-protocol2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/undefined-protocol2.m')
-rw-r--r--test/CodeGenObjC/undefined-protocol2.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/undefined-protocol2.m b/test/CodeGenObjC/undefined-protocol2.m
index f171523b04..3115e406cf 100644
--- a/test/CodeGenObjC/undefined-protocol2.m
+++ b/test/CodeGenObjC/undefined-protocol2.m
@@ -3,7 +3,7 @@
// Test that we produce a declaration for the protocol. It must be matched
// by a definition in another TU, so external is the correct linkage
// (not extern_weak).
-// CHECK: @"\01l_OBJC_PROTOCOL_$_p1" = external global
+// CHECK: @"_OBJC_PROTOCOL_$_p1" = external global
@interface NSObject
@end