| Index: gdb/testsuite/gdb.base/relational.exp
|
| diff --git a/gdb/testsuite/gdb.base/relational.exp b/gdb/testsuite/gdb.base/relational.exp
|
| index 26b77d765fc12c067996ea7f6562556bea740cd8..356d3138b75c9152a87948d16a5b711ff320e409 100644
|
| --- a/gdb/testsuite/gdb.base/relational.exp
|
| +++ b/gdb/testsuite/gdb.base/relational.exp
|
| @@ -21,10 +21,6 @@
|
| # with integer type variables
|
| #
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| - }
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -33,7 +29,7 @@ if { [prepare_for_testing relational.exp relational int-type.c {debug nowarnings
|
| return -1
|
| }
|
|
|
| -if [get_compiler_info not-used] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
|
|