diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-06-23 20:20:31 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-06-23 20:20:31 +0000 |
commit | 6e25beafa93e963c126c05acf8c819699c378922 (patch) | |
tree | 33d55fcd936d063c7012e224d7b9708ee9241541 /gdb/testsuite/gdb.objc | |
parent | ca164297eba83e474d4da26c737721df1cf94e93 (diff) | |
download | binutils-gdb-6e25beafa93e963c126c05acf8c819699c378922.tar.gz |
2003-06-23 Elena Zannoni <ezannoni@redhat.com>
* gdb.objc/basicclass.exp: Return -1 if we cannot compile
the testcase.
Diffstat (limited to 'gdb/testsuite/gdb.objc')
-rw-r--r-- | gdb/testsuite/gdb.objc/basicclass.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.objc/basicclass.exp b/gdb/testsuite/gdb.objc/basicclass.exp index 44b709e3e27..5fb51815333 100644 --- a/gdb/testsuite/gdb.objc/basicclass.exp +++ b/gdb/testsuite/gdb.objc/basicclass.exp @@ -29,7 +29,7 @@ set binfile ${objdir}/${subdir}/${testfile} # 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 } # |