diff options
author | Fred Fish <fnf@specifix.com> | 2004-02-02 05:15:27 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2004-02-02 05:15:27 +0000 |
commit | 3ad1377116556518b857286fc3a46354eff403ad (patch) | |
tree | 70fe36ad0d246b66b7818dad4943b324f5a205b3 /gdb/testsuite/gdb.base/huge.exp | |
parent | 6b753f60f501c8c58d063551ee20d865c98df474 (diff) | |
download | binutils-gdb-3ad1377116556518b857286fc3a46354eff403ad.tar.gz |
Reviewed and approved by drow@mvista.com:
2004-02-01 Fred Fish <fnf@redhat.com>
* gdb.base/dump.exp: Use runto_main instead of "runto main".
* gdb.base/finish.exp: Ditto.
* gdb.base/gcore.exp: Ditto.
* gdb.base/huge.exp: Ditto.
* gdb.base/info-proc.exp: Ditto.
* gdb.base/return2.exp: Ditto.
* gdb.threads/gcore-thread.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.base/huge.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/huge.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/huge.exp b/gdb/testsuite/gdb.base/huge.exp index fa50d0115ac..733ddeee7a3 100644 --- a/gdb/testsuite/gdb.base/huge.exp +++ b/gdb/testsuite/gdb.base/huge.exp @@ -1,4 +1,4 @@ -# Copyright 2001 Free Software Foundation, Inc. +# Copyright 2001, 2004 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -49,7 +49,7 @@ gdb_load ${binfile} set timeout 30 -if { ! [ runto main ] } then { +if { ! [ runto_main ] } then { gdb_suppress_entire_file "Run to main failed, so all tests in this file will automatically fail." } |