summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.multi
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-06-02 21:46:44 +0000
committerMichael Snyder <msnyder@specifix.com>2010-06-02 21:46:44 +0000
commit504d3e952eafea1cb610d53ffe91a5bd6b5aeddd (patch)
tree4d571c60eea8fafb098dc7f37a62afde497128c1 /gdb/testsuite/gdb.multi
parent53f6fc3257c74aef466d35e93e19daaa2b54137b (diff)
downloadgdb-504d3e952eafea1cb610d53ffe91a5bd6b5aeddd.tar.gz
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.multi')
-rw-r--r--gdb/testsuite/gdb.multi/base.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.multi/base.exp b/gdb/testsuite/gdb.multi/base.exp
index 3817edae983..c8a7bf49a6e 100644
--- a/gdb/testsuite/gdb.multi/base.exp
+++ b/gdb/testsuite/gdb.multi/base.exp
@@ -73,7 +73,7 @@ gdb_test "info functions commonfun" "${srcfile3}.*"
gdb_test "inferior 1"
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
gdb_test "list commonfun" "from hello.*"