aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/arrayidx.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/arrayidx.exp')
-rw-r--r--gdb/testsuite/gdb.base/arrayidx.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/arrayidx.exp b/gdb/testsuite/gdb.base/arrayidx.exp
index a2253e9..bfd186b 100644
--- a/gdb/testsuite/gdb.base/arrayidx.exp
+++ b/gdb/testsuite/gdb.base/arrayidx.exp
@@ -38,7 +38,7 @@ gdb_test_no_output "set print array-indexes off" \
gdb_test "print array" \
"\\{1, 2, 3, 4\\}" \
- "Print array with array-indexes off"
+ "print array with array-indexes off"
# Second, print the same array with the indexes
@@ -47,6 +47,6 @@ gdb_test_no_output "set print array-indexes on" \
gdb_test "print array" \
"\\{\\\[0\\\] = 1, \\\[1\\\] = 2, \\\[2\\\] = 3, \\\[3\\\] = 4\\}" \
- "Print array with array-indexes on"
+ "print array with array-indexes on"