Fix test breakages caused by removal of gdb_py_test_multiple.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-inferior.exp
index 997da196bc62b5385b5ac464e4b3e6e8370cbb2a..1f4017d79889883a3de6437b6e5f1de1626b5fa7 100644 (file)
@@ -218,7 +218,7 @@ with_test_prefix "is_valid" {
     gdb_test "python print (inf_list\[0\].is_valid())" "True" \
        "check inferior validity 1"
 
-    gdb_py_test_multiple "install new inferior event handler" \
+    gdb_test_multiline "install new inferior event handler" \
        "python" "" \
        "my_inferior_count = 1" "" \
        "def new_inf_handler(evt):" "" \
@@ -227,7 +227,7 @@ with_test_prefix "is_valid" {
        "    my_inferior_count = my_inferior_count + 1" "" \
        "gdb.events.new_inferior.connect(new_inf_handler)" "" \
        "end" ""
-    gdb_py_test_multiple "install inferior deleted event handler" \
+    gdb_test_multiline "install inferior deleted event handler" \
        "python" "" \
        "def del_inf_handler(evt):" "" \
        "  global my_inferior_count" "" \
This page took 0.024721 seconds and 4 git commands to generate.