]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.ada/array_bounds.exp
* gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.ada / array_bounds.exp
index 54753ca0ec0915c7537d4ef0a207e724a7021b12..f5365f72606ce9b5ddb5b359bcd9863bcc660a31 100644 (file)
@@ -41,18 +41,18 @@ if ![runto "bar.adb:$bp_location" ] then {
 } 
 
 gdb_test "print itable'first" \
-         "2" \
+         "2" \
          "print itable'first"
 
 gdb_test "print itable'last" \
-         "5" \
+         "5" \
          "print itable'last"
 
 gdb_test "print table'first" \
-         "zero" \
+         "zero" \
          "print table'first"
 
 gdb_test "print table'last" \
-         "two" \
+         "two" \
          "print table'last"