| Index: gdb/testsuite/gdb.base/exprs.exp
|
| diff --git a/gdb/testsuite/gdb.base/exprs.exp b/gdb/testsuite/gdb.base/exprs.exp
|
| index 67c89f09eacad2e7a028769dbbb6896091924b61..9599028bac7f29c3df7faaffbbaf423ebed6e7eb 100644
|
| --- a/gdb/testsuite/gdb.base/exprs.exp
|
| +++ b/gdb/testsuite/gdb.base/exprs.exp
|
| @@ -16,10 +16,6 @@
|
|
|
| # This file was written by Rob Savoye. (rob@cygnus.com)
|
|
|
| -if $tracelevel {
|
| - strace $tracelevel
|
| -}
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -32,7 +28,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
| return -1
|
| }
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
|
|