Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdbindex-stabs.exp
index 562d88643e5b84e5e84eafc2951e6cbdfce15c03..09855a8c18ac50db20e07c16d5e886c8fb13aab4 100644 (file)
@@ -24,7 +24,7 @@ set objfile_dwarf [standard_output_file ${testfile}-dwarf.o]
 if {[gdb_compile "${srcdir}/${subdir}/${srcfile_stabs}" ${objfile_stabs} object {additional_flags=-gstabs}] != ""
     || [gdb_compile "${srcdir}/${subdir}/${srcfile_dwarf}" ${objfile_dwarf} object {additional_flags=-gdwarf-2}] != ""
     || [gdb_compile "${objfile_stabs} ${objfile_dwarf}" ${binfile} executable {nodebug}] != ""} {
-     untested ${testfile}.exp
+     untested "failed to compile"
      return -1
 }
 
This page took 0.026428 seconds and 4 git commands to generate.