Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / type_coercion.exp
index 1f4521d84d0f9d9ce58103c698fd5e133d081ba9..f3fa707dde0d15310255ce45bc1c9c220ea2c366 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008-2017 Free Software Foundation, Inc.
+# Copyright 2008-2020 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,8 +27,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\\)" \
-         "p q"
+         "= \\(2, 3, 5, 7, 11\\)"
 
 gdb_test_no_output "set \$addr := q'address" \
          "save q'address in convenience variable"
@@ -43,8 +42,4 @@ gdb_test_no_output "set {Integer} \$addr := 19" \
          "set {Integer} \$addr := 19"
 
 gdb_test "p q" \
-         "= \\(19, 3, 5, 7, 11\\)" \
-         "p q"
-
-
-
+         "= \\(19, 3, 5, 7, 11\\)"
This page took 0.02568 seconds and 4 git commands to generate.