diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-08 10:53:55 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:57 -0700 |
commit | cadfc59b0d721599b32fab6eeaba401360602e0f (patch) | |
tree | a6a2ffb59786db5c5226f203b89afd5b67dc04e0 /gdb/testsuite/gdb.server/stop-reply-no-thread.exp | |
parent | 57b7402d206a215ef4689ed402467bbfc82375f3 (diff) | |
download | gdb-cadfc59b0d721599b32fab6eeaba401360602e0f.zip gdb-cadfc59b0d721599b32fab6eeaba401360602e0f.tar.gz gdb-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.exp | 2 |
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 } { |