[pushed] Minor fixup in allow_aarch64_sve_tests

Message ID 20230122212631.1925883-1-tom@tromey.com
State Committed
Headers
Series [pushed] Minor fixup in allow_aarch64_sve_tests |

Commit Message

Tom Tromey Jan. 22, 2023, 9:26 p.m. UTC
  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(-)
  

Patch

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