diff options
author | Fred Fish <fnf@specifix.com> | 1997-06-22 16:17:49 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-06-22 16:17:49 +0000 |
commit | 41438a392afaa92fa14a74b3008cca4c289eb6fc (patch) | |
tree | 7b3146a2e2c4d4da8df6fc365a1dc4b51863b60e /gdb/testsuite/lib | |
parent | 4a9d4495ebbbfd98014692be93ff0fe98a44657d (diff) | |
download | gdb-41438a392afaa92fa14a74b3008cca4c289eb6fc.zip gdb-41438a392afaa92fa14a74b3008cca4c289eb6fc.tar.gz gdb-41438a392afaa92fa14a74b3008cca4c289eb6fc.tar.bz2 |
* gdb.base/printcmds.exp: Fix "check for floating addition"
regexp to accept results within approx +/- .01 of exact value.
* lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 5e6ce3d..2e0a305 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -324,7 +324,6 @@ proc gdb_test { args } { global verbose global gdb_prompt global GDB - global expect_out upvar timeout timeout if [llength $args]>2 then { |