aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.guile
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 10:47:09 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commit0b94d2b9aa06bcb6d1141e61d36c3a99620861fe (patch)
tree80bf9175a3dffc70def5db1e7e281cc1644e1cfd /gdb/testsuite/gdb.guile
parent1ed844ca1e581f80b3ecdcc99a8dab11034e684d (diff)
downloadgdb-0b94d2b9aa06bcb6d1141e61d36c3a99620861fe.zip
gdb-0b94d2b9aa06bcb6d1141e61d36c3a99620861fe.tar.gz
gdb-0b94d2b9aa06bcb6d1141e61d36c3a99620861fe.tar.bz2
Rename to allow_cplus_tests and allow_stl_tests
This changes skip_cplus_tests to invert the sense, and renames it to allow_cplus_tests. This one also converts skip_stl_tests to allow_stl_tests, as that was convenient to do at the same time.
Diffstat (limited to 'gdb/testsuite/gdb.guile')
-rw-r--r--gdb/testsuite/gdb.guile/scm-value-cc.exp2
-rw-r--r--gdb/testsuite/gdb.guile/scm-value.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.guile/scm-value-cc.exp b/gdb/testsuite/gdb.guile/scm-value-cc.exp
index 3e68707..5b2a3c9 100644
--- a/gdb/testsuite/gdb.guile/scm-value-cc.exp
+++ b/gdb/testsuite/gdb.guile/scm-value-cc.exp
@@ -18,7 +18,7 @@
load_lib gdb-guile.exp
-require !skip_cplus_tests
+require allow_cplus_tests
standard_testfile .cc
diff --git a/gdb/testsuite/gdb.guile/scm-value.exp b/gdb/testsuite/gdb.guile/scm-value.exp
index ee49c01..9858b1c 100644
--- a/gdb/testsuite/gdb.guile/scm-value.exp
+++ b/gdb/testsuite/gdb.guile/scm-value.exp
@@ -451,7 +451,7 @@ test_value_after_death
test_subscript_regression "${binfile}" "c"
-if ![skip_cplus_tests] {
+if {[allow_cplus_tests]} {
if { [build_inferior "${binfile}-cxx" "c++"] < 0 } {
return
}