aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.go/methods.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.go/methods.exp')
-rw-r--r--gdb/testsuite/gdb.go/methods.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.go/methods.exp b/gdb/testsuite/gdb.go/methods.exp
index cb7f55a..0f9bace 100644
--- a/gdb/testsuite/gdb.go/methods.exp
+++ b/gdb/testsuite/gdb.go/methods.exp
@@ -23,7 +23,7 @@ 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
}
@@ -32,7 +32,7 @@ set bp_location2 {(*main.T).Bar}
set bp_location2_regexp {\(*main.T\).Bar}
if { [go_runto_main] < 0 } {
- untested $testfile
+ untested "could not run to main"
return -1
}