From a8d52276eef1d657f8bb0a72341e780e9f279855 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 2 Jun 2010 20:03:16 +0000 Subject: 2010-06-02 Michael Snyder * 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. --- gdb/testsuite/gdb.cp/method2.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.cp/method2.exp') diff --git a/gdb/testsuite/gdb.cp/method2.exp b/gdb/testsuite/gdb.cp/method2.exp index c5814ce..9f34a15 100644 --- a/gdb/testsuite/gdb.cp/method2.exp +++ b/gdb/testsuite/gdb.cp/method2.exp @@ -62,7 +62,7 @@ proc test_break { lang } { # We want in this test to double-check the contents of the multiple-choice # menu that's printed when a breakpoint location is ambiguous. So we need # to set multiple-symbols to "ask" first. -gdb_test "set multiple-symbols ask" "" +gdb_test_no_output "set multiple-symbols ask" test_break "c" test_break "c++" -- cgit v1.1