[Lldb-commits] [lldb] e5a82b4 - [lldb] Fix SymbolFile/PDB/udt-layout.test
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 13 09:30:46 PST 2020
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 = {
More information about the lldb-commits
mailing list