[binutils-gdb] Minor fixup in allow_aarch64_sve_tests

Tom Tromey tromey@sourceware.org
Sun Jan 22 21:26:57 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c6fcbf650263855bd3f9e2cad4588904a13ad3fa

commit c6fcbf650263855bd3f9e2cad4588904a13ad3fa
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Jan 22 09:43:01 2023 -0700

    Minor fixup in allow_aarch64_sve_tests
    
    An earlier patch failed to update a string in allow_aarch64_sve_tests.

Diff:
---
 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


More information about the Gdb-cvs mailing list