aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/extern-c.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.cp/extern-c.exp')
-rw-r--r--gdb/testsuite/gdb.cp/extern-c.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/extern-c.exp b/gdb/testsuite/gdb.cp/extern-c.exp
index 275ef2d..7416f54 100644
--- a/gdb/testsuite/gdb.cp/extern-c.exp
+++ b/gdb/testsuite/gdb.cp/extern-c.exp
@@ -40,7 +40,7 @@ if { [gdb_breakpoint "c_func"] == 1 } {
}
gdb_continue_to_breakpoint "c_func" ".*c_func.*"
-gdb_test "set \$counter = 0" "" "initialize counter"
+gdb_test_no_output "set \$counter = 0" "initialize counter"
gdb_test "rbreak c_funcs" \
"Breakpoint.* at .*c_funcs_1.*Breakpoint.* at .*c_funcs_2.*"