Skip to content

Commit 4797a6c

Browse files
committed
[lldb][test] TestChildCountTruncation.test: add missing command
1 parent 2cdcc4f commit 4797a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/Shell/Settings/TestChildCountTruncation.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ EXPR-NOT: *** Some of the displayed variables have more members
5050

5151
run
5252
frame variable arr
53+
dwim-print arr
5354

5455
VAR: (lldb) frame variable arr
5556
VAR: *** Some of the displayed variables have more members
5657
VAR-SAME: use the --show-all-children option to frame variable
57-
VAR: (lldb) frame variable arr
58+
VAR: (lldb) dwim-print arr
5859
VAR-NOT: *** Some of the displayed variables have more members
5960

6061
#--- with-setting-commands.input

0 commit comments

Comments
 (0)