diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-05-05 18:07:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-05-05 18:07:04 +0000 |
commit | 02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1 (patch) | |
tree | 3445a1fd446aef30c179e1a9d4f0d5c655c9b88b /gdb/testsuite/gdb.base/echo.exp | |
parent | af33db377b0860b81001f0d5552e00cb44b2474a (diff) | |
download | binutils-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.zip binutils-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.gz binutils-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.bz2 |
Do not set prms_id/bug_id anymore.
2010-05-05 Joel Brobecker <brobecker@adacore.com>
Remove the use of prms_id and bug_id throughout the testsuite.
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" |