aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-03-13 02:24:38 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-03-13 02:24:38 +0000
commit383ace49f83190d96ec47b7d8b65e57ff4375c0d (patch)
tree24d462832cd550bfabec1c2d48b902dd8d0db8a6 /gdb/testsuite/gdb.ada
parent4ce102af1e38a0acc92134d63ef02507920652f5 (diff)
downloadgdb-383ace49f83190d96ec47b7d8b65e57ff4375c0d.zip
gdb-383ace49f83190d96ec47b7d8b65e57ff4375c0d.tar.gz
gdb-383ace49f83190d96ec47b7d8b65e57ff4375c0d.tar.bz2
* gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
that was checked in by mistake. Remove loading of ada.exp, since this is not necessary in this case.
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r--gdb/testsuite/gdb.ada/ptype_arith_binop.exp19
1 files changed, 0 insertions, 19 deletions
diff --git a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp b/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
index ec752b5..4fb61e0 100644
--- a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
+++ b/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
@@ -17,28 +17,9 @@ if $tracelevel then {
strace $tracelevel
}
-load_lib "ada.exp"
-
-# set testdir "array_bounds"
-# set testfile "${testdir}/bar"
-# set srcfile ${srcdir}/${subdir}/${testfile}.adb
-# set binfile ${objdir}/${subdir}/${testfile}
-#
-# file mkdir ${objdir}/${subdir}/${testdir}
-# if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } {
-# return -1
-# }
-
gdb_exit
gdb_start
gdb_reinitialize_dir $srcdir/$subdir
-# gdb_load ${binfile}
-
-#set bp_location [gdb_get_line_number "STOP" ${testdir}/bar.adb]
-#if ![runto "bar.adb:$bp_location" ] then {
-# perror "Couldn't run ${testfile}"
-# return
-#}
gdb_test "set lang ada" \
"" \