From: Joel Brobecker Date: Fri, 13 Sep 2002 00:43:10 +0000 (+0000) Subject: * gdb.base/call-strs.exp: Fix a small typo in one of the comments. X-Git-Tag: drow-cplus-branchpoint~333 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37f8da45ab26beea2b193bc1914ba170a2861d23;p=thirdparty%2Fbinutils-gdb.git * gdb.base/call-strs.exp: Fix a small typo in one of the comments. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9ec437b3224..43c995c4bbb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-09-12 Joel Brobecker + + * gdb.base/call-strs.exp: Fix a small typo in one of the comments. + 2002-09-10 Keith Seitz * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's diff --git a/gdb/testsuite/gdb.base/call-strs.exp b/gdb/testsuite/gdb.base/call-strs.exp index 63fc27427fd..281ee235512 100644 --- a/gdb/testsuite/gdb.base/call-strs.exp +++ b/gdb/testsuite/gdb.base/call-strs.exp @@ -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"}