From e5a82b4594d700fe5afd2eaa7e03a213ac91d895 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 13 Nov 2020 09:29:51 -0800 Subject: [PATCH] [lldb] Fix SymbolFile/PDB/udt-layout.test Update the test for 406ad187486b4277fc82a2c0714ae53396e47928 --- lldb/test/Shell/SymbolFile/PDB/udt-layout.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/test/Shell/SymbolFile/PDB/udt-layout.test b/lldb/test/Shell/SymbolFile/PDB/udt-layout.test index 726f633..0ee9dcf 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 = { -- 2.7.4