aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.server/stop-reply-no-thread.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 10:53:55 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commitcadfc59b0d721599b32fab6eeaba401360602e0f (patch)
treea6a2ffb59786db5c5226f203b89afd5b67dc04e0 /gdb/testsuite/gdb.server/stop-reply-no-thread.exp
parent57b7402d206a215ef4689ed402467bbfc82375f3 (diff)
downloadbinutils-cadfc59b0d721599b32fab6eeaba401360602e0f.zip
binutils-cadfc59b0d721599b32fab6eeaba401360602e0f.tar.gz
binutils-cadfc59b0d721599b32fab6eeaba401360602e0f.tar.bz2
Rename to allow_gdbserver_tests
This changes skip_gdbserver_tests to invert the sense, and renames it to allow_gdbserver_tests.
Diffstat (limited to 'gdb/testsuite/gdb.server/stop-reply-no-thread.exp')
-rw-r--r--gdb/testsuite/gdb.server/stop-reply-no-thread.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.server/stop-reply-no-thread.exp b/gdb/testsuite/gdb.server/stop-reply-no-thread.exp
index 134ab6a..848ada1 100644
--- a/gdb/testsuite/gdb.server/stop-reply-no-thread.exp
+++ b/gdb/testsuite/gdb.server/stop-reply-no-thread.exp
@@ -22,7 +22,7 @@
load_lib gdbserver-support.exp
-require !skip_gdbserver_tests
+require allow_gdbserver_tests
standard_testfile
if { [build_executable "failed to prepare" $testfile $srcfile] == -1 } {