Author: Jonas Devlieghere Date: 2020-11-13T09:30:40-08:00 New Revision: e5a82b4594d700fe5afd2eaa7e03a213ac91d895
URL: https://github.com/llvm/llvm-project/commit/e5a82b4594d700fe5afd2eaa7e03a213ac91d895 DIFF: https://github.com/llvm/llvm-project/commit/e5a82b4594d700fe5afd2eaa7e03a213ac91d895.diff LOG: [lldb] Fix SymbolFile/PDB/udt-layout.test Update the test for 406ad187486b4277fc82a2c0714ae53396e47928 Added: Modified: lldb/test/Shell/SymbolFile/PDB/udt-layout.test Removed: ################################################################################ diff --git a/lldb/test/Shell/SymbolFile/PDB/udt-layout.test b/lldb/test/Shell/SymbolFile/PDB/udt-layout.test index 726f633efe5b..0ee9dcf6771b 100644 --- a/lldb/test/Shell/SymbolFile/PDB/udt-layout.test +++ b/lldb/test/Shell/SymbolFile/PDB/udt-layout.test @@ -5,8 +5,8 @@ RUN: %lldb -b -s %S/Inputs/UdtLayoutTest.script -- %t.exe | FileCheck %s CHECK:(int) int C::abc = 123 CHECK:(List [16]) ls = { CHECK: [15] = { -CHECK: Prev = 0x00000000 -CHECK: Next = 0x00000000 +CHECK: Prev = nullptr +CHECK: Next = nullptr CHECK: Value = { CHECK: B<0> = { CHECK: A = { _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits