From 0b94d2b9aa06bcb6d1141e61d36c3a99620861fe Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 8 Jan 2023 10:47:09 -0700 Subject: 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. --- gdb/testsuite/gdb.cp/psmang.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.cp/psmang.exp') diff --git a/gdb/testsuite/gdb.cp/psmang.exp b/gdb/testsuite/gdb.cp/psmang.exp index ba3e756..f9644dc 100644 --- a/gdb/testsuite/gdb.cp/psmang.exp +++ b/gdb/testsuite/gdb.cp/psmang.exp @@ -176,7 +176,7 @@ # -require !skip_cplus_tests +require allow_cplus_tests standard_testfile psmang1.cc psmang2.cc -- cgit v1.1