aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-22 09:43:01 -0700
committerTom Tromey <tom@tromey.com>2023-01-22 14:26:22 -0700
commitc6fcbf650263855bd3f9e2cad4588904a13ad3fa (patch)
tree5ea684793d5b3cee73b12c8e323c012cefd79452 /gdb/testsuite/lib
parent52480b9ef499870c36c8dfb34df31e67df7bb4dd (diff)
downloadgdb-c6fcbf650263855bd3f9e2cad4588904a13ad3fa.zip
gdb-c6fcbf650263855bd3f9e2cad4588904a13ad3fa.tar.gz
gdb-c6fcbf650263855bd3f9e2cad4588904a13ad3fa.tar.bz2
Minor fixup in allow_aarch64_sve_tests
An earlier patch failed to update a string in allow_aarch64_sve_tests.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 68337bd..3188f2d 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