aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/inherit.exp
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-06-02 20:03:16 +0000
committerMichael Snyder <msnyder@vmware.com>2010-06-02 20:03:16 +0000
commita8d52276eef1d657f8bb0a72341e780e9f279855 (patch)
treeedd1aa57f5219452697e140ff0d6f576abb43b93 /gdb/testsuite/gdb.cp/inherit.exp
parent9db7054520d96d6e4d4c40a54280a2cec73b7adb (diff)
downloadgdb-a8d52276eef1d657f8bb0a72341e780e9f279855.zip
gdb-a8d52276eef1d657f8bb0a72341e780e9f279855.tar.gz
gdb-a8d52276eef1d657f8bb0a72341e780e9f279855.tar.bz2
2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
* gdb.cp/class2.exp: Use gdb_test_no_output. * gdb.cp/classes.exp: Ditto. * gdb.cp/extern-c.exp: Ditto. * gdb.cp/inherit.exp: Ditto. * gdb.cp/maint.exp: Ditto. * gdb.cp/mb-inline.exp: Ditto. * gdb.cp/mb-templates.exp: Ditto. * gdb.cp/method2.exp: Ditto. * gdb.cp/misc.exp: Ditto. * gdb.cp/ovldbreak.exp: Ditto. * gdb.cp/punctuator.exp: Ditto. * gdb.cp/templates.exp: Ditto. * gdb.cp/virtbase.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.cp/inherit.exp')
-rw-r--r--gdb/testsuite/gdb.cp/inherit.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cp/inherit.exp b/gdb/testsuite/gdb.cp/inherit.exp
index 183aa00..6c3bbbd 100644
--- a/gdb/testsuite/gdb.cp/inherit.exp
+++ b/gdb/testsuite/gdb.cp/inherit.exp
@@ -728,8 +728,8 @@ proc do_tests { } {
gdb_reinitialize_dir $srcdir/$subdir
gdb_load $binfile
- gdb_test "set language c++" ""
- gdb_test "set width 0" ""
+ gdb_test_no_output "set language c++"
+ gdb_test_no_output "set width 0"
if { ![runto_main] } then {
perror "couldn't run to main"