* gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
authorJoel Brobecker <brobecker@gnat.com>
Fri, 13 Mar 2009 02:24:38 +0000 (02:24 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 13 Mar 2009 02:24:38 +0000 (02:24 +0000)
        that was checked in by mistake. Remove loading of ada.exp, since
        this is not necessary in this case.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/ptype_arith_binop.exp

index c86189e056aec5c9a7644fc529f5ec4c22aff614..5d2be4ddc36b53cd23841172bbadedb489986787 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-12  Joel Brobecker  <brobecker@adacore.com>
+
+       * 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.
+
 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.ada/ptype_arith_binop.exp: New testcase.
index ec752b50477896e51b3b235dcf717eefbc7ca40c..4fb61e0cb668ec9fb0f3c9b6137d69ab68af6ffe 100644 (file)
@@ -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" \
          "" \
This page took 0.042306 seconds and 4 git commands to generate.