Fixup testcases outputting own name as a test name and standardize failed compilation...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-dprintf-pending.exp
index b1c870ef98c75076989663ca7481ff62fd3875b2..2f556d81a36729a746a8474dc6051717802adb53 100644 (file)
@@ -36,12 +36,12 @@ if {[get_compiler_info]} {
 }
 
 if {[gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""} {
-    untested "could not compile $libsrc1"
+    untested "failed to compile shared library"
     return -1
 }
 
 if {[gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile $srcdir/$subdir/$srcfile"
+    untested "failed to compile"
     return -1
 }
 
This page took 0.025405 seconds and 4 git commands to generate.