OSDN Git Service

* gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
authorguo <guo>
Wed, 2 Aug 2000 22:10:10 +0000 (22:10 +0000)
committerguo <guo>
Wed, 2 Aug 2000 22:10:10 +0000 (22:10 +0000)
'finish', otherwise uncaptured gdb_prompt would potentially
throw remaining test points out of sync.

gdb/testsuite/gdb.c++/classes.exp

index 9faa2fd..9c53976 100644 (file)
@@ -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
     }