[Lldb-commits] [PATCH] D107300: Use filename instead of index in test

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 2 12:13:13 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGea9706626ce3: [test] [lldb] Use filename instead of index in test (authored by Eric, committed by jankratochvil).
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107300/new/

https://reviews.llvm.org/D107300

Files:
  lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c


Index: lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c
===================================================================
--- lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c
+++ lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c
@@ -22,8 +22,8 @@
 // CHECK-NOT: 2.dwo,
 // CHECK: (lldb) image lookup
 // CHECK-NOT: 2.dwo,
-// CHECK: CompileUnit: id = {0x00000000}, file =
-// CHECK-SAME: language = "c99"
+// CHECK: CompileUnit: id =
+// CHECK-SAME: /dwarf5-lazy-dwo.c", language = "c99"
 // CHECK-NOT: 2.dwo,
 
 #ifdef ONE


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107300.363541.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210802/4f3a2c33/attachment.bin>


More information about the lldb-commits mailing list