Skip to content

Commit 88721d6

Browse files
committed
[lldb][test] Fix PDB UdtLayoutTest
#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.
1 parent 20fc297 commit 88721d6

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)