diff options
author | Eric Christopher <echristo@gmail.com> | 2012-12-27 02:20:24 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-12-27 02:20:24 +0000 |
commit | 66c0899c132fcc678ad72cd4fde621fb572adf69 (patch) | |
tree | 056f565d041727e87520302f7f636eda95ae0e07 | |
parent | 137d6625eb61a41e776d89b39f3cb958d4a21140 (diff) |
Update test for backend change.
TODO: This test should be moved to the backend.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171134 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/debug-info-static-var.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-static-var.m b/test/CodeGenObjC/debug-info-static-var.m index 8602ffb78e..c25410747f 100644 --- a/test/CodeGenObjC/debug-info-static-var.m +++ b/test/CodeGenObjC/debug-info-static-var.m @@ -3,7 +3,7 @@ // Radar 8801045 // Do not emit AT_MIPS_linkage_name for static variable i -// CHECK: Lset6 = Lstring3-Lsection_str ## DW_AT_name +// CHECK: Lset6 = Linfo_string3-Linfo_string ## DW_AT_name // CHECK-NEXT: .long Lset6 // CHECK-NEXT: DW_AT_type // CHECK-NEXT: DW_AT_decl_file |