diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Assembler/mdlocation.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/mdlocation.ll b/llvm/test/Assembler/mdlocation.ll index e1216fa2750..c1815ff50e0 100644 --- a/llvm/test/Assembler/mdlocation.ll +++ b/llvm/test/Assembler/mdlocation.ll @@ -15,6 +15,6 @@ !3 = !MDLocation(scope: !0, inlinedAt: !1, column: 7, line: 3) !4 = !MDLocation(column: 7, line: 3, scope: !0, inlinedAt: !1) -; CHECK-NEXT: !3 = !MDLocation(scope: !0) +; CHECK-NEXT: !3 = !MDLocation(line: 0, scope: !0) !5 = !MDLocation(scope: !0) !6 = !MDLocation(scope: !0, column: 0, line: 0) |