| Index: gdb/testsuite/gdb.base/setvar.exp
|
| diff --git a/gdb/testsuite/gdb.base/setvar.exp b/gdb/testsuite/gdb.base/setvar.exp
|
| index 5594d39adbfab655f171c91384949fc2f5643e74..870d04374082f4623f40b918104d493446d3e824 100644
|
| --- a/gdb/testsuite/gdb.base/setvar.exp
|
| +++ b/gdb/testsuite/gdb.base/setvar.exp
|
| @@ -21,10 +21,6 @@
|
|
|
| # This file was written by Rob Savoye. (rob@cygnus.com)
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| - }
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -39,7 +35,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
|
|
| # Create and source the file that provides information about the compiler
|
| # used to compile the test case.
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
|
|