public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Minor fixup in allow_aarch64_sve_tests
@ 2023-01-22 21:26 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2023-01-22 21:26 UTC (permalink / raw)
  To: gdb-cvs

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-22 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 21:26 [binutils-gdb] Minor fixup in allow_aarch64_sve_tests Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).