Skip to content

Commit 8cf180a

Browse files
DavidSpickettgithub-actions[bot]
authored andcommitted
Automerge: [lldb][test] Fix PDB UdtLayoutTest
llvm/llvm-project#149282 changed the max children depth and that caused one part of the output to become `{...}`. The original PR set a higher limit for a different test, so I'm doing the same here.
2 parents 9adf6e7 + 88721d6 commit 8cf180a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/Shell/SymbolFile/PDB/Inputs/UdtLayoutTest.script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
settings set target.max-children-depth 10
12
breakpoint set --file UdtLayoutTest.cpp --line 60
23
run
34
target variable

0 commit comments

Comments
 (0)