diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-09-13 00:43:10 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-09-13 00:43:10 +0000 |
commit | 37f8da45ab26beea2b193bc1914ba170a2861d23 (patch) | |
tree | 57edb1a00415beb45fa5cab7db74eebef26ebcb7 | |
parent | 5720643ce87e3763cdf5075d5a8c18a9af0663a3 (diff) | |
download | gdb-37f8da45ab26beea2b193bc1914ba170a2861d23.zip gdb-37f8da45ab26beea2b193bc1914ba170a2861d23.tar.gz gdb-37f8da45ab26beea2b193bc1914ba170a2861d23.tar.bz2 |
* gdb.base/call-strs.exp: Fix a small typo in one of the comments.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/call-strs.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9ec437b..43c995c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/gdb.base/call-strs.exp b/gdb/testsuite/gdb.base/call-strs.exp index 63fc274..281ee23 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"} |