summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-07-16 18:52:18 +0000
committerTom Tromey <tromey@redhat.com>2013-07-16 18:52:18 +0000
commitb28f90623baaf5a5d3d863d5245ec3515fc6323c (patch)
tree9527cc2c7da378da2d2e1868f1ff13fdc4908e94
parent935b3ba2c0c84c977a93dd01c9514903b890d268 (diff)
downloadgdb-b28f90623baaf5a5d3d863d5245ec3515fc6323c.tar.gz
simple test suite fix in gdb.ada
This changes one spot in gdb.ada to use standard_testfile. * gdb.ada/info_types.exp: Use standard_testfile.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.ada/info_types.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f1ce47e82c3..885f405d346 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
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.
(test_dir_specification, test_cwd_specification)
(test_path_specification): Use testsubdir, not subdir and objdir.
diff --git a/gdb/testsuite/gdb.ada/info_types.exp b/gdb/testsuite/gdb.ada/info_types.exp
index b2c9df97c94..cf6bbe16af3 100644
--- a/gdb/testsuite/gdb.ada/info_types.exp
+++ b/gdb/testsuite/gdb.ada/info_types.exp
@@ -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
}