diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-08 10:47:09 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:57 -0700 |
commit | 0b94d2b9aa06bcb6d1141e61d36c3a99620861fe (patch) | |
tree | 80bf9175a3dffc70def5db1e7e281cc1644e1cfd /gdb/testsuite/gdb.cp/arg-reference.exp | |
parent | Rename to allow_btrace_tests (diff) | |
download | binutils-gdb-0b94d2b9aa06bcb6d1141e61d36c3a99620861fe.tar.gz binutils-gdb-0b94d2b9aa06bcb6d1141e61d36c3a99620861fe.tar.bz2 binutils-gdb-0b94d2b9aa06bcb6d1141e61d36c3a99620861fe.zip |
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/arg-reference.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/arg-reference.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/arg-reference.exp b/gdb/testsuite/gdb.cp/arg-reference.exp index 21a89bde85f..76b4ae82c09 100644 --- a/gdb/testsuite/gdb.cp/arg-reference.exp +++ b/gdb/testsuite/gdb.cp/arg-reference.exp @@ -21,7 +21,7 @@ # Test G++ has compiled debuginfo without a C++ '&' reference where it should # not be. GCC Bug 33537. -require !skip_cplus_tests +require allow_cplus_tests standard_testfile .cc |