diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5f709a8bac..674b6f8dd4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-08 Joel Brobecker + + * gdb.ada/null_record.exp: Use "start" instead of "begin" to + start the execution of the program. + 2004-06-07 Jim Blandy * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests. diff --git a/gdb/testsuite/gdb.ada/null_record.exp b/gdb/testsuite/gdb.ada/null_record.exp index 8e024d6ca2..d98867c0f8 100644 --- a/gdb/testsuite/gdb.ada/null_record.exp +++ b/gdb/testsuite/gdb.ada/null_record.exp @@ -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" \