diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/echo.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/echo.exp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/testsuite/gdb.base/echo.exp b/gdb/testsuite/gdb.base/echo.exp index 5d39ae5..7c0b4dc 100644 --- a/gdb/testsuite/gdb.base/echo.exp +++ b/gdb/testsuite/gdb.base/echo.exp @@ -27,15 +27,4 @@ if $tracelevel then { # test the echo command # -# this sets the prms id number. This is the number that will appear -# on all the output logs. -# ex: set prms_id 643 -set prms_id 0 - -# this sets the bug id id. This is the number that will appear -# on all the output logs. This is optional and if it is not set -# it will appear on all output logs as a 0. -# ex: set bug_id 12 -set bug_id 0 - gdb_test "echo Hello world!\\n" "Hello world!" "Echo test" |