| Index: gdb/testsuite/gdb.base/call-strs.exp
|
| diff --git a/gdb/testsuite/gdb.base/call-strs.exp b/gdb/testsuite/gdb.base/call-strs.exp
|
| index 6d96fcf9915f3158af2d725616fb98ff065c5469..7c5c46eff4bb352728a03ab743c3eca2915eea45 100644
|
| --- a/gdb/testsuite/gdb.base/call-strs.exp
|
| +++ b/gdb/testsuite/gdb.base/call-strs.exp
|
| @@ -22,10 +22,6 @@
|
|
|
| #debug strarg
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
|
|
| set testfile "call-strs"
|
| set srcfile ${testfile}.c
|
| @@ -60,6 +56,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
| gdb_load ${binfile}
|
| gdb_test_no_output "set print sevenbit-strings"
|
| gdb_test_no_output "set print address off"
|
| +gdb_test_no_output "set print symbol off"
|
| gdb_test_no_output "set width 0"
|
|
|
| if ![runto_main] then {
|
|
|