aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/null_array.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/null_array.exp')
-rw-r--r--gdb/testsuite/gdb.ada/null_array.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.ada/null_array.exp b/gdb/testsuite/gdb.ada/null_array.exp
index 36b9a29..7ab9b70 100644
--- a/gdb/testsuite/gdb.ada/null_array.exp
+++ b/gdb/testsuite/gdb.ada/null_array.exp
@@ -37,9 +37,6 @@ gdb_load ${binfile}
set bp_location [gdb_get_line_number "START" ${testdir}/foo.adb]
runto "foo.adb:$bp_location"
-# Test printing and type-printing of a tagged type that is not
-# class-wide.
-
gdb_test "print my_table" \
"\\(\\)" \
"print my_table"
@@ -48,3 +45,6 @@ gdb_test "ptype my_table" \
"type = array \\(10 \\.\\. 1\\) of integer" \
"ptype my_table"
+gdb_test "print my_matrix" \
+ "\\(m => \\((\"\", ){9}\"\"\\)\\)" \
+ "print my_matrix"