]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.ada/arrayparam.exp
* gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.ada / arrayparam.exp
index e123d6ef44f03efc065ded38a2b0a4f9b2d41bf0..645fbb32c0db91c039baf5e39d67672aee56d7f0 100644 (file)
@@ -41,21 +41,21 @@ runto "foo.adb:$bp_location"
 # works without problem.
 
 gdb_test "print call_me (\"bonjour\")" \
-         "void" \
+         "void" \
          "print call_me (\"bonjour\")"
 
 # Verify that the array was passed properly by checking the global
 # variables that Call_Me sets as side-effects.
 
 gdb_test "print first" \
-         "98 'b'" \
+         "98 'b'" \
          "print first after function call"
 
 gdb_test "print last" \
-         "114 'r'" \
+         "114 'r'" \
          "print lasta after function call"
 
 gdb_test "print length" \
-         "7" \
+         "7" \
          "print length after function call"