]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.ada/type_coercion.exp
* gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.ada / type_coercion.exp
index c0174a2063a16730d12136e7942bc9c32da99f18..b735c53c43c719dfde374a6ef53cd9d84c1c830e 100644 (file)
@@ -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"