OSDN Git Service

* gdb.ada/null_record.exp: Use "start" instead of "begin" to
authorJoel Brobecker <brobecker@gnat.com>
Tue, 8 Jun 2004 05:05:34 +0000 (05:05 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 8 Jun 2004 05:05:34 +0000 (05:05 +0000)
        start the execution of the program.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/null_record.exp

index 5f709a8..674b6f8 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-08  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.ada/null_record.exp: Use "start" instead of "begin" to
+       start the execution of the program.
+
 2004-06-07  Jim Blandy  <jimb@redhat.com>
 
        * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
index 8e024d6..d98867c 100644 (file)
@@ -34,9 +34,9 @@ gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
-gdb_test "begin" \
+gdb_test "start" \
          "Breakpoint \[0-9\]+ at .*null_record.adb.*" \
-         "begin"
+         "start"
 
 gdb_test "ptype empty" \
          "type = record null; end record" \