| Index: gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp
|
| diff --git a/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp b/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp
|
| index 7ae2de6782508774e03f77ba13e440d653a61d1e..6ef434f4bdad133d93e1fbd3886f9ccf7df54ce3 100644
|
| --- a/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp
|
| +++ b/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp
|
| @@ -13,10 +13,6 @@
|
| # You should have received a copy of the GNU General Public License
|
| # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| #
|
| # test special commands
|
| #
|
| @@ -32,7 +28,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
|
|
| }
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
| if { $gcc_compiled } then { continue }
|
|
|