diff options
author | Tom Tromey <tromey@redhat.com> | 2012-06-25 20:51:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-06-25 20:51:35 +0000 |
commit | cf09b3e42cd0594ec198a6f572b35aa78817c275 (patch) | |
tree | f6f7ffbaa4f7ea0f33d43963cc534dde0a50eff8 /gdb/testsuite/gdb.fortran/multi-dim.exp | |
parent | 496ee73e83adc843bdea34b948c0cfb17c55f61f (diff) | |
download | gdb-cf09b3e42cd0594ec198a6f572b35aa78817c275.zip gdb-cf09b3e42cd0594ec198a6f572b35aa78817c275.tar.gz 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/multi-dim.exp')
-rw-r--r-- | gdb/testsuite/gdb.fortran/multi-dim.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.fortran/multi-dim.exp b/gdb/testsuite/gdb.fortran/multi-dim.exp index b300cf2..365abd0 100644 --- a/gdb/testsuite/gdb.fortran/multi-dim.exp +++ b/gdb/testsuite/gdb.fortran/multi-dim.exp @@ -18,8 +18,8 @@ if { [skip_fortran_tests] } { return -1 } -set testfile "multi-dim" -set srcfile ${testfile}.f90 +standard_testfile .f90 + if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug f90}] } { return -1 } |