diff options
Diffstat (limited to 'test/CodeGenObjCXX/arc-globals.mm')
-rw-r--r-- | test/CodeGenObjCXX/arc-globals.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/arc-globals.mm b/test/CodeGenObjCXX/arc-globals.mm index 84ea180bca7d..8ba3fb8f58c5 100644 --- a/test/CodeGenObjCXX/arc-globals.mm +++ b/test/CodeGenObjCXX/arc-globals.mm @@ -19,7 +19,7 @@ id global_obj = getObject(); // CHECK-NEXT: ret void id global_obj2 = getObject(); -// CHECK-LABEL: define internal void @_GLOBAL__I_a +// CHECK-LABEL: define internal void @_GLOBAL__sub_I_arc_globals.mm // CHECK: call i8* @objc_autoreleasePoolPush() // CHECK-NEXT: call void @__cxx_global_var_init // CHECK-NEXT: call void @__cxx_global_var_init1 |