summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/ctti.exp
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>1999-09-08 23:58:56 +0000
committerStan Shebs <shebs@apple.com>1999-09-08 23:58:56 +0000
commit86d990163cfccd9d3e2d278046a9835e8fcd9cdd (patch)
tree20bab847f75a795e533db18873a64ab0bc4facef /gdb/testsuite/gdb.c++/ctti.exp
parent8a6785e8d98eea17ad6e1454b2ef3ae473872854 (diff)
downloadgdb-86d990163cfccd9d3e2d278046a9835e8fcd9cdd.tar.gz
import gdb-1999-09-08 snapshotgdb-1999-09-08
Diffstat (limited to 'gdb/testsuite/gdb.c++/ctti.exp')
-rw-r--r--gdb/testsuite/gdb.c++/ctti.exp7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.c++/ctti.exp b/gdb/testsuite/gdb.c++/ctti.exp
index b8c7cc91e5e..135dcf45538 100644
--- a/gdb/testsuite/gdb.c++/ctti.exp
+++ b/gdb/testsuite/gdb.c++/ctti.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999 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
@@ -29,10 +29,7 @@ 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 }
set testfile "cttiadd"
set srcfile ${testfile}.cc