aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.go/chan.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.go/chan.exp')
-rw-r--r--gdb/testsuite/gdb.go/chan.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.go/chan.exp b/gdb/testsuite/gdb.go/chan.exp
index be903a8..4296052 100644
--- a/gdb/testsuite/gdb.go/chan.exp
+++ b/gdb/testsuite/gdb.go/chan.exp
@@ -24,7 +24,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_location1 [gdb_get_line_number "set breakpoint 1 here"]
set bp_location2 [gdb_get_line_number "set breakpoint 2 here"]
if { [go_runto_main] < 0 } {
- untested $testfile
+ untested "could not run to main"
return -1
}