aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/gdb.c++/classes.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.c++/classes.exp b/gdb/testsuite/gdb.c++/classes.exp
index 9faa2fd..9c53976 100644
--- a/gdb/testsuite/gdb.c++/classes.exp
+++ b/gdb/testsuite/gdb.c++/classes.exp
@@ -835,7 +835,7 @@ proc do_tests {} {
gdb_breakpoint enums2
if [ gdb_continue enums2 ]==0 then {
- send_gdb "finish\n"
+ gdb_test "finish" "" ""
test_enums
}