Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.go / types.exp
index d2b33cb02474e6b8d7baeefef4aa18e1ac85800e..8bbb4c22dacb0780b56fee3b329cedddb3659e0a 100644 (file)
@@ -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
 }
 
This page took 0.025943 seconds and 4 git commands to generate.