Skip to content

Commit 3121cc3

Browse files
committed
[lldb][test] TestNSDictionarySynthetic.py: adjust ptr depth in test
Fixes failure after we introduced a default limit in #149282 We already did this test change on the Apple fork.
1 parent df9a864 commit 3121cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/functionalities/data-formatter/nsdictionarysynth/TestNSDictionarySynthetic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Test lldb data formatter subsystem.
33
"""
44

5-
65
import lldb
76
from lldbsuite.test.decorators import *
87
from lldbsuite.test.lldbtest import *
@@ -120,6 +119,8 @@ def cleanup():
120119
'@"2 elements"',
121120
],
122121
)
122+
123+
self.runCmd("settings set target.max-children-depth 6")
123124
self.expect(
124125
"frame variable mutabledict --ptr-depth 3",
125126
substrs=[

0 commit comments

Comments
 (0)