aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
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
commit4229ca0ea6f46cc8b60aa40020f13b1fe212bb85 (patch)
tree311a5396a7e7ac60a95518fbb039a3d97df0c78b /gdb/testsuite/gdb.ada
parent5ee657d5a2633520d05da7b4e29924c29d945840 (diff)
downloadfsf-binutils-gdb-4229ca0ea6f46cc8b60aa40020f13b1fe212bb85.zip
fsf-binutils-gdb-4229ca0ea6f46cc8b60aa40020f13b1fe212bb85.tar.gz
fsf-binutils-gdb-4229ca0ea6f46cc8b60aa40020f13b1fe212bb85.tar.bz2
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.
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r--gdb/testsuite/gdb.ada/info_types.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/info_types.exp b/gdb/testsuite/gdb.ada/info_types.exp
index b2c9df9..cf6bbe1 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
}