aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-02-19 21:12:56 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-02-19 21:12:56 +0000
commit0794ff457b19a3c8778011e518ea04edc4920311 (patch)
tree7482f34acff2d28b27db68a75122f2bcb3a58a88 /gdb/testsuite/gdb.base
parentf5de4904552e26265371b02d35cdd635a502c775 (diff)
downloadgdb-0794ff457b19a3c8778011e518ea04edc4920311.zip
gdb-0794ff457b19a3c8778011e518ea04edc4920311.tar.gz
gdb-0794ff457b19a3c8778011e518ea04edc4920311.tar.bz2
* gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
if not native, it is not an abnormal condition.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/a1-selftest.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp
index 4cd3369..cf4ccdd 100644
--- a/gdb/testsuite/gdb.base/a1-selftest.exp
+++ b/gdb/testsuite/gdb.base/a1-selftest.exp
@@ -28,7 +28,6 @@ set bug_id 0
# are we on a target board
if ![isnative] then {
- warning "These test cases can't run on a target system."
continue
}
if [istarget "m68k*-*-hpux*"] then {