aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran/charset.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-06-25 20:51:35 +0000
committerTom Tromey <tromey@redhat.com>2012-06-25 20:51:35 +0000
commitcf09b3e42cd0594ec198a6f572b35aa78817c275 (patch)
treef6f7ffbaa4f7ea0f33d43963cc534dde0a50eff8 /gdb/testsuite/gdb.fortran/charset.exp
parent496ee73e83adc843bdea34b948c0cfb17c55f61f (diff)
downloadfsf-binutils-gdb-cf09b3e42cd0594ec198a6f572b35aa78817c275.zip
fsf-binutils-gdb-cf09b3e42cd0594ec198a6f572b35aa78817c275.tar.gz
fsf-binutils-gdb-cf09b3e42cd0594ec198a6f572b35aa78817c275.tar.bz2
* gdb.fortran/subarray.exp: Use standard_testfile,
prepare_for_testing. * gdb.fortran/multi-dim.exp: Use standard_testfile. * gdb.fortran/module.exp: Use standard_testfile. * gdb.fortran/logical.exp: Use standard_testfile. * gdb.fortran/library-module.exp: Use standard_testfile, standard_output_file. * gdb.fortran/derived-type.exp: Use standard_testfile, prepare_for_testing. * gdb.fortran/complex.exp: Use standard_testfile, prepare_for_testing. * gdb.fortran/charset.exp: Use standard_testfile. * gdb.fortran/array-element.exp: Use standard_testfile, prepare_for_testing.
Diffstat (limited to 'gdb/testsuite/gdb.fortran/charset.exp')
-rw-r--r--gdb/testsuite/gdb.fortran/charset.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.fortran/charset.exp b/gdb/testsuite/gdb.fortran/charset.exp
index 08ea9fa..15ec9ef 100644
--- a/gdb/testsuite/gdb.fortran/charset.exp
+++ b/gdb/testsuite/gdb.fortran/charset.exp
@@ -18,8 +18,7 @@
if { [skip_fortran_tests] } { return -1 }
-set testfile "charset"
-set srcfile ${testfile}.f90
+standard_testfile .f90
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug additional_flags=-fbackslash f90}] } {
return -1
}