* breakpoint.c (print_one_breakpoint_location): In MI
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-until.exp
index dbdd1c177a29ab5ec19cce01365480b89b3ba038..f1edc0dc116861aa3322216884c6df3de781578d 100644 (file)
@@ -50,8 +50,7 @@ proc test_running_to_foo {} {
     global mi_gdb_prompt
     global hex
 
-    mi_gdb_test "200-break-insert 10" \
-             "200\\^done,bkpt=\{number=\"1\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"$hex\",func=\"foo\",file=\".*until.c\",line=\"10\",times=\"0\"\}" \
+    mi_create_breakpoint "10" 1 "keep" foo ".*until.c" 10 ".*" \
              "break-insert operation"
 
     mi_run_cmd
This page took 0.034919 seconds and 4 git commands to generate.