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.opt | |
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.opt')
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-cmds.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.opt/inline-cmds.exp b/gdb/testsuite/gdb.opt/inline-cmds.exp index a4e6b69..038d97f 100644 --- a/gdb/testsuite/gdb.opt/inline-cmds.exp +++ b/gdb/testsuite/gdb.opt/inline-cmds.exp @@ -32,7 +32,7 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} -gdb_test "set listsize 1" "" +gdb_test_no_output "set listsize 1" runto_main |