diff options
Diffstat (limited to 'gdb/testsuite/gdb.fortran/nested-funcs.exp')
-rwxr-xr-x | gdb/testsuite/gdb.fortran/nested-funcs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.fortran/nested-funcs.exp b/gdb/testsuite/gdb.fortran/nested-funcs.exp index 976aa22a05b..2456e4390b3 100755 --- a/gdb/testsuite/gdb.fortran/nested-funcs.exp +++ b/gdb/testsuite/gdb.fortran/nested-funcs.exp @@ -21,7 +21,7 @@ if { [skip_fortran_tests] } { return -1 } standard_testfile .f90
load_lib "fortran.exp"
-if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug f90}]} {
+if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug f90}]} {
return -1
}
|