* lib/gdb.exp (gdb_expect): Fix timeout typo.

This commit is contained in:
Daniel Jacobowitz 2009-11-02 17:28:16 +00:00
parent ad09a54881
commit db16b77203
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
* lib/gdb.exp (gdb_expect): Fix timeout typo.
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.

View file

@ -2027,7 +2027,7 @@ proc gdb_expect { args } {
if [info exists atimeout] {
if { ![info exists gtimeout] || $gtimeout < $atimeout } {
set $gtimeout $atimeout;
set gtimeout $atimeout;
}
} else {
if ![info exists gtimeout] {