* gdb.objc/basicclass.exp: Return -1 if we cannot compile
the testcase.
+2003-06-23 Elena Zannoni <ezannoni@redhat.com>
+
+ * gdb.objc/basicclass.exp: Return -1 if we cannot compile
+ the testcase.
+
2003-06-22 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/relocate.exp: Test add-symbol-file with a variable
# which libraries to link in. Most of the time it uses pthread
#
if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } {
- gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
+ return -1
}
#