]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/print-symbol-loading.exp
Fix more cases of improper test names
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / print-symbol-loading.exp
index ac7d67af3c1dca94521c4d93966e7cdeb71ddb43..9e28e14383d061bbb8fefd0653c85c732c15ac96 100644 (file)
@@ -28,12 +28,12 @@ set objfile [standard_output_file ${testfile}.o]
 
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${srcfile_lib} ${binfile_lib} {debug}] != ""
      || [gdb_compile ${srcdir}/${subdir}/${srcfile} ${objfile} object {debug}] != "" } {
-    untested ${testfile}.exp
+    untested "failed to compile"
     return -1
 }
 set opts [list debug shlib=${binfile_lib}]
 if { [gdb_compile ${objfile} ${binfile} executable $opts] != "" } {
-    untested ${testfile}.exp
+    untested "failed to compile"
     return -1
 }