diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/recpar.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/recpar.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/recpar.exp b/gdb/testsuite/gdb.base/recpar.exp index cc1a46c..225f752 100644 --- a/gdb/testsuite/gdb.base/recpar.exp +++ b/gdb/testsuite/gdb.base/recpar.exp @@ -15,12 +15,12 @@ standard_testfile .c -if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { +if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } { return -1 } if ![runto_main] { - untested ${testfile}.exp + untested "could not run to main" return -1 } |