diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/fortran-sym-case.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/fortran-sym-case.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/fortran-sym-case.exp b/gdb/testsuite/gdb.base/fortran-sym-case.exp index 71a38cc..1de6d22 100644 --- a/gdb/testsuite/gdb.base/fortran-sym-case.exp +++ b/gdb/testsuite/gdb.base/fortran-sym-case.exp @@ -13,7 +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 fortran-sym-case +standard_testfile .c + if { [prepare_for_testing ${testfile}.exp ${testfile}] } { return -1 } |