]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.cp/minsym-fallback.exp
Fix more cases of improper test names
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.cp / minsym-fallback.exp
index 0ed9a55fbf86862678ed0b6df49568718e2b9a99..58b6a1a5e4ca876497f909f627e9b45245d77143 100644 (file)
@@ -25,7 +25,7 @@ set objmainfile [standard_output_file ${testfile}-main.o]
 if {[gdb_compile $srcdir/$subdir/$srcfile $objfile object {}] != ""
     || [gdb_compile $srcdir/$subdir/$srcfile2 $objmainfile object {debug}] != ""
     || [gdb_compile "$objfile $objmainfile" $binfile executable {c++}] != ""} {
-    untested ${testfile}.exp
+    untested "failed to compile"
     return -1
 }