simple test suite fix in gdb.ada
authorTom Tromey <tromey@redhat.com>
Tue, 16 Jul 2013 18:52:18 +0000 (18:52 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 16 Jul 2013 18:52:18 +0000 (18:52 +0000)
This changes one spot in gdb.ada to use standard_testfile.

* gdb.ada/info_types.exp: Use standard_testfile.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/info_types.exp

index f1ce47e82c30c0806485cf84e78a991159528a85..885f405d3467bb1ee99727998811e0b2a4732865 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.ada/info_types.exp: Use standard_testfile.
+
 2013-07-16  Tom Tromey  <tromey@redhat.com>
 
        * gdb.mi/mi-basics.exp: Use standard_output_file.
index b2c9df97c94ea2caa727ceea2ed0378b5dfaafd6..cf6bbe16af3f0a67c5e9b23437ebe747c0eff891 100644 (file)
@@ -13,8 +13,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-set testfile info_types
-set srcfile ${testfile}.c
+standard_testfile .c
+
 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
     return -1
 }