summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/pr9067.exp
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.cp/pr9067.exp
parent1ed844ca1e581f80b3ecdcc99a8dab11034e684d (diff)
downloadbinutils-gdb-0b94d2b9aa06bcb6d1141e61d36c3a99620861fe.tar.gz
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.cp/pr9067.exp')
-rw-r--r--gdb/testsuite/gdb.cp/pr9067.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/pr9067.exp b/gdb/testsuite/gdb.cp/pr9067.exp
index cde7b20e41a..388cf00a478 100644
--- a/gdb/testsuite/gdb.cp/pr9067.exp
+++ b/gdb/testsuite/gdb.cp/pr9067.exp
@@ -15,7 +15,7 @@
set nl "\[\r\n\]+"
-require !skip_cplus_tests
+require allow_cplus_tests
load_lib "cp-support.exp"