From b6db24e54972d0345d708ea0ec3d108f9a147f52 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 10 Sep 2008 17:11:11 +0000 Subject: * 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. --- gdb/testsuite/gdb.ada/type_coercion.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/testsuite/gdb.ada/type_coercion.exp') diff --git a/gdb/testsuite/gdb.ada/type_coercion.exp b/gdb/testsuite/gdb.ada/type_coercion.exp index c0174a2..b735c53 100644 --- a/gdb/testsuite/gdb.ada/type_coercion.exp +++ b/gdb/testsuite/gdb.ada/type_coercion.exp @@ -38,7 +38,7 @@ set bp_location [gdb_get_line_number "START" ${testdir}/assign.adb] runto "assign.adb:$bp_location" gdb_test "p q" \ - "\\(2, 3, 5, 7, 11\\)" \ + "= \\(2, 3, 5, 7, 11\\)" \ "p q" gdb_test "set \$addr := q'address" \ @@ -46,7 +46,7 @@ gdb_test "set \$addr := q'address" \ "save q'address in convenience variable" gdb_test "p {Integer} \$addr" \ - "2" \ + "= 2" \ "print {Integer} \$addr" # Now change the value at $addr using the same "{TYPE}" syntax. @@ -56,7 +56,7 @@ gdb_test "set {Integer} \$addr := 19" \ "set {Integer} \$addr := 19" gdb_test "p q" \ - "\\(19, 3, 5, 7, 11\\)" \ + "= \\(19, 3, 5, 7, 11\\)" \ "p q" -- cgit v1.1