diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-06-02 21:46:45 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-06-02 21:46:45 +0000 |
commit | 019ebafccd66a364969a7987cedaf96039ce1d54 (patch) | |
tree | fd25f5f9837da887225e6aa4ec23b8af4f87b313 /gdb/testsuite/gdb.gdb/selftest.exp | |
parent | 3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897 (diff) | |
download | gdb-019ebafccd66a364969a7987cedaf96039ce1d54.zip gdb-019ebafccd66a364969a7987cedaf96039ce1d54.tar.gz gdb-019ebafccd66a364969a7987cedaf96039ce1d54.tar.bz2 |
2010-06-02 Michael Snyder <msnyder@vmware.com>
* gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
* gdb.dwarf2/dw2-compressed.exp: Ditto.
* gdb.dwarf2/dw2-intercu.exp: Ditto.
* gdb.dwarf2/dw2-intermix.exp: Ditto.
* gdb.dwarf2/dw2-producer.exp: Ditto.
* gdb.dwarf2/mac-fileno.exp: Ditto.
* gdb.gdb/observer.exp: Use gdb_test_no_output.
* gdb.gdb/selftest.exp: Ditto.
* gdb.multi/base.exp: Use gdb_test_no_output.
* gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
Diffstat (limited to 'gdb/testsuite/gdb.gdb/selftest.exp')
-rw-r--r-- | gdb/testsuite/gdb.gdb/selftest.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp index d1574bc..a448cbc 100644 --- a/gdb/testsuite/gdb.gdb/selftest.exp +++ b/gdb/testsuite/gdb.gdb/selftest.exp @@ -299,7 +299,7 @@ proc test_with_self { executable } { # FIXME: If we put this after the run to main, the first list # command doesn't print the same line as the current line where # gdb is stopped. - gdb_test "set listsize 1" "" "set listsize to 1" + gdb_test_no_output "set listsize 1" "set listsize to 1" # run yourself # It may take a very long time for the inferior gdb to start (lynx), |