aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/homonym.exp
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-09-10 17:11:11 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-09-10 17:11:11 +0000
commitb6db24e54972d0345d708ea0ec3d108f9a147f52 (patch)
treeb61af5a7fa14d4ae18d05546ce42538efcfb8155 /gdb/testsuite/gdb.ada/homonym.exp
parent2bf448e0dcc2bd35ebb44382c15b6a902cdb08c9 (diff)
downloadbinutils-b6db24e54972d0345d708ea0ec3d108f9a147f52.zip
binutils-b6db24e54972d0345d708ea0ec3d108f9a147f52.tar.gz
binutils-b6db24e54972d0345d708ea0ec3d108f9a147f52.tar.bz2
* gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp, gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp, gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp, gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp, gdb.ada/funcall_param.exp, gdb.ada/homonym.exp, gdb.ada/interface.exp, gdb.ada/null_array.exp, gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp, gdb.ada/print_chars.exp, gdb.ada/print_pc.exp, gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp, gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp: Include the "= " sequence in the expected output of print tests.
Diffstat (limited to 'gdb/testsuite/gdb.ada/homonym.exp')
-rw-r--r--gdb/testsuite/gdb.ada/homonym.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/homonym.exp b/gdb/testsuite/gdb.ada/homonym.exp
index ca020d5..e59a07c 100644
--- a/gdb/testsuite/gdb.ada/homonym.exp
+++ b/gdb/testsuite/gdb.ada/homonym.exp
@@ -58,7 +58,7 @@ gdb_test "ptype lcl" \
"ptype lcl at BREAK_1"
gdb_test "print lcl" \
- "29" \
+ "= 29" \
"print lcl at BREAK_1"
# Now, continue until reaching BREAK_2, and do the same commands
@@ -87,7 +87,7 @@ gdb_test "ptype lcl" \
"ptype lcl at BREAK_2"
gdb_test "print lcl" \
- "17" \
+ "= 17" \
"print lcl at BREAK_2"