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 | 846a634974c1a80a0a66191ec3970a21f0f3d9fc (patch) | |
tree | 100620452309dd2d202156f3e0e0cbfc912f81ae /gdb/testsuite/gdb.threads | |
parent | 1f23c52f90773532f27bf2ece013859b4b48af73 (diff) | |
download | gdb-846a634974c1a80a0a66191ec3970a21f0f3d9fc.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.threads')
-rw-r--r-- | gdb/testsuite/gdb.threads/gcore-thread.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/gcore-thread.exp b/gdb/testsuite/gdb.threads/gcore-thread.exp index 43d253e269f..d7f897198b1 100644 --- a/gdb/testsuite/gdb.threads/gcore-thread.exp +++ b/gdb/testsuite/gdb.threads/gcore-thread.exp @@ -78,7 +78,7 @@ gdb_expect { } } -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." } |