From d1821835860e1f11e17ac5de5109d225a736cda0 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 8 Jan 2023 10:41:37 -0700 Subject: Rename to allow_btrace_pt_tests This changes skip_btrace_pt_tests to invert the sense, and renames it to allow_btrace_pt_tests. --- gdb/testsuite/gdb.btrace/tsx.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.btrace') diff --git a/gdb/testsuite/gdb.btrace/tsx.exp b/gdb/testsuite/gdb.btrace/tsx.exp index 2a8d29d..222c352 100644 --- a/gdb/testsuite/gdb.btrace/tsx.exp +++ b/gdb/testsuite/gdb.btrace/tsx.exp @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -require !skip_btrace_pt_tests !skip_tsx_tests +require allow_btrace_pt_tests !skip_tsx_tests standard_testfile .c x86-tsx.S if [prepare_for_testing "failed to prepare" $testfile "$srcfile $srcfile2" {debug}] { -- cgit v1.1