* gdb.base/call-strs.exp: Fix a small typo in one of the comments.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 13 Sep 2002 00:43:10 +0000 (00:43 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 13 Sep 2002 00:43:10 +0000 (00:43 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/call-strs.exp

index 9ec437b3224c5fd74870e1b076eeb68769cd1124..43c995c4bbb9bea689776ad3549bb8103f38dadc 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-12  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
+
 2002-09-10  Keith Seitz  <keiths@redhat.com>
 
        * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
index 63fc27427fd07a49f138821094b6b246154b4674..281ee235512eb3d4417aeb986c705c39e0e1a17a 100644 (file)
@@ -113,7 +113,7 @@ gdb_expect {
     }
 
 
-#step
+#next
 send_gdb "next\n"
 gdb_expect {
         -re ".*str_func\\(\"abcd\", \"efgh\", \"ijkl\", \"mnop\", \"qrst\", \"uvwx\", \"yz12\"\\);.*$gdb_prompt $" {pass "next over strcpy"}