Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.go / unsafe.exp
index 17f003fccb99630c9747d43d6542fc807c16df7c..ed133e1d3cceb2f2c91e538cc316a08078ee53be 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.02573 seconds and 4 git commands to generate.