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