Skip to content

Commit f55cca0

Browse files
committed
fixup! fix test assertion
1 parent 8ecd4bc commit f55cca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Bitcode/upgrade-DICompileUnit-no-versioned-language.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
; !llvm.dbg.cu = !{!0}
1313
; !llvm.module.flags = !{!3, !4}
1414
;
15-
; !0 = distinct !DICompileUnit(sourceLanguageName: DW_LNAME_ObjC_plus_plus, file: !1, producer: "handwritten", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, globals: !2, splitDebugInlining: false, nameTableKind: Apple, sysroot: "/")
15+
; !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, file: !1, producer: "handwritten", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, globals: !2, splitDebugInlining: false, nameTableKind: Apple, sysroot: "/")
1616
; !1 = !DIFile(filename: "cu.cpp", directory: "/tmp")
1717
; !2 = !{}
1818
; !3 = !{i32 7, !"Dwarf Version", i32 5}
1919
; !4 = !{i32 2, !"Debug Info Version", i32 3}
2020

21-
; CHECK: distinct !DICompileUnit(language: DW_LANG_C,
21+
; CHECK: distinct !DICompileUnit(language: DW_LANG_ObjC,

0 commit comments

Comments
 (0)