aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.tui/new-layout.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.tui/new-layout.exp')
-rw-r--r--gdb/testsuite/gdb.tui/new-layout.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.tui/new-layout.exp b/gdb/testsuite/gdb.tui/new-layout.exp
index 883c760..e662b1f 100644
--- a/gdb/testsuite/gdb.tui/new-layout.exp
+++ b/gdb/testsuite/gdb.tui/new-layout.exp
@@ -76,6 +76,8 @@ set layouts \
"21.*return 0.*$hex <main>"] \
[list example4 "src 1 status 0 {-horizontal cmd 1 regs 1} 1" \
{{0 0 80 11} {40 12 40 12}} ""] \
+ [list example5 "{-horizontal src 1 cmd 1} 1 status 0" \
+ {{0 0 40 23}} ""] \
[list cmd_only "cmd 1" {} ""]]
# Helper function to verify a list of boxes.
@@ -136,7 +138,7 @@ foreach_with_prefix layout $layouts {
Term::check_region_contents "info win output" \
0 0 80 24 [multi_line "info win\\s+" \
"Name\\s+Lines\\s+Columns\\s+Focus\\s+" \
- "cmd\\s+20\\s+80\\s+\\(has focus\\)\\s+" \
+ "cmd\\s+24\\s+80\\s+\\(has focus\\)\\s+" \
"$gdb_prompt\\s+"]
}
}