* breakpoint.c (print_one_breakpoint_location): In MI
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi2-until.exp
index a6da82a506db78a610c7ae374d2d65c65efcef2e..64d165fb6ee27d779433eefe738e00b99c52c3a9 100644 (file)
@@ -51,8 +51,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.02377 seconds and 4 git commands to generate.