| Index: gdb/testsuite/gdb.base/step-resume-infcall.exp
|
| diff --git a/gdb/testsuite/gdb.base/step-resume-infcall.exp b/gdb/testsuite/gdb.base/step-resume-infcall.exp
|
| index 08f7676f0df228329f145a19e04c3e4efe137da6..176bede4f94f44ed1c3f36bd5d2768547fec5ff2 100644
|
| --- a/gdb/testsuite/gdb.base/step-resume-infcall.exp
|
| +++ b/gdb/testsuite/gdb.base/step-resume-infcall.exp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (C) 2010-2012 Free Software Foundation, Inc.
|
| +# Copyright (C) 2010-2013 Free Software Foundation, Inc.
|
|
|
| # This program is free software; you can redistribute it and/or modify
|
| # it under the terms of the GNU General Public License as published by
|
| @@ -13,9 +13,9 @@
|
| # 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 "step-resume-infcall"
|
| +standard_testfile
|
|
|
| -if { [prepare_for_testing ${testfile}.exp ${testfile}] } {
|
| +if { [prepare_for_testing ${testfile}.exp ${testfile} $srcfile] } {
|
| return -1
|
| }
|
|
|
|
|