diff options
Diffstat (limited to 'gdb/testsuite/gdb.go/handcall.exp')
-rw-r--r-- | gdb/testsuite/gdb.go/handcall.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.go/handcall.exp b/gdb/testsuite/gdb.go/handcall.exp index 9f46479..ed7e645 100644 --- a/gdb/testsuite/gdb.go/handcall.exp +++ b/gdb/testsuite/gdb.go/handcall.exp @@ -23,12 +23,12 @@ if { [skip_go_tests] } { continue } standard_testfile .go -if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug go}] } { +if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} {debug go}] } { return -1 } if { [go_runto_main] < 0 } { - untested $testfile + untested "could not run to main" return -1 } |