From c6fcbf650263855bd3f9e2cad4588904a13ad3fa Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 22 Jan 2023 09:43:01 -0700 Subject: [PATCH] Minor fixup in allow_aarch64_sve_tests An earlier patch failed to update a string in allow_aarch64_sve_tests. --- gdb/testsuite/lib/gdb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 68337bd235c..3188f2de615 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -3901,7 +3901,7 @@ gdb_caching_proc allow_btrace_pt_tests { gdb_caching_proc allow_aarch64_sve_tests { global srcdir subdir gdb_prompt inferior_exited_re - set me "skip_aarch64_sve_tests" + set me "allow_aarch64_sve_tests" if { ![is_aarch64_target]} { return 0 -- 2.30.2