aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/inherit.exp
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1999-09-09 00:02:17 +0000
committerStan Shebs <shebs@codesourcery.com>1999-09-09 00:02:17 +0000
commitd4f3574e777abfa65c9ba134e582228f3f32a8d6 (patch)
tree408b74c26833555087f04f4ec466afd488af6087 /gdb/testsuite/gdb.c++/inherit.exp
parent325188ecac3a52d92d359c70f9b730470760e1d7 (diff)
downloadbinutils-d4f3574e777abfa65c9ba134e582228f3f32a8d6.zip
binutils-d4f3574e777abfa65c9ba134e582228f3f32a8d6.tar.gz
binutils-d4f3574e777abfa65c9ba134e582228f3f32a8d6.tar.bz2
import gdb-1999-09-08 snapshot
Diffstat (limited to 'gdb/testsuite/gdb.c++/inherit.exp')
-rw-r--r--gdb/testsuite/gdb.c++/inherit.exp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.c++/inherit.exp b/gdb/testsuite/gdb.c++/inherit.exp
index b1c28ed..e39b12a 100644
--- a/gdb/testsuite/gdb.c++/inherit.exp
+++ b/gdb/testsuite/gdb.c++/inherit.exp
@@ -26,9 +26,8 @@ if $tracelevel then {
strace $tracelevel
}
-# Check to see if we have an executable to test. If not, then either we
-# haven't tried to compile one, or the compilation failed for some reason.
-# In either case, just notify the user and skip the tests in this file.
+if { [skip_cplus_tests] } { continue }
+
# Note - create separate "inherit" executable from misc.cc
set testfile "inherit"