aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/super-message-fragileabi.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/super-message-fragileabi.m')
-rw-r--r--test/CodeGenObjC/super-message-fragileabi.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/super-message-fragileabi.m b/test/CodeGenObjC/super-message-fragileabi.m
index b6c908624ef6..2c917d7fd6d0 100644
--- a/test/CodeGenObjC/super-message-fragileabi.m
+++ b/test/CodeGenObjC/super-message-fragileabi.m
@@ -24,7 +24,7 @@
{
;
}
-// CHECK: load %struct._objc_class** getelementptr inbounds (%struct._objc_class* @"\01L_OBJC_CLASS_BetterTable", i32 0, i32 1)
+// CHECK: load %struct._objc_class** getelementptr inbounds (%struct._objc_class* @OBJC_CLASS_BetterTable, i32 0, i32 1)
return self;
}