]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/func-ptrs.exp
Fix more cases of improper test names
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / func-ptrs.exp
index a3b55a87485a39cdb46a19d27c2ca513e063eb4e..ed6f8b1fcd122c29c13d3314027c408db64caea2 100644 (file)
 
 set testname func-ptrs
 set srcfile ${testname}.c
-if { [prepare_for_testing ${testname}.exp ${testname} ${srcfile}] } {
+if { [prepare_for_testing "failed to prepare" ${testname} ${srcfile}] } {
     return -1
 }
 
 if { ![runto_main] } {
-    untested ${testname}.exp
+    untested "could not run to main"
     return -1
 }