aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2004-02-02 05:15:27 +0000
committerFred Fish <fnf@specifix.com>2004-02-02 05:15:27 +0000
commit3ad1377116556518b857286fc3a46354eff403ad (patch)
tree70fe36ad0d246b66b7818dad4943b324f5a205b3 /gdb/testsuite/gdb.threads
parent6b753f60f501c8c58d063551ee20d865c98df474 (diff)
downloadgdb-3ad1377116556518b857286fc3a46354eff403ad.zip
gdb-3ad1377116556518b857286fc3a46354eff403ad.tar.gz
gdb-3ad1377116556518b857286fc3a46354eff403ad.tar.bz2
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.exp2
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 43d253e..d7f8971 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."
}