Minor cleanup in gdb.btrace/enable.exp

I noticed a weird-looking bit of code in gdb.btrace/enable.exp that is
left over from an earlier change.  This patch moves the "!" inside the
braces, where it belongs.
This commit is contained in:
Tom Tromey
2023-01-22 10:53:06 -07:00
parent c6fcbf6502
commit 39ac2b04bf

View File

@ -76,7 +76,7 @@ gdb_exit
# skip the rerun test when using gdbserver
# otherwise rerun twice, target should be automatically disabled
load_lib gdbserver-support.exp
if !{[allow_gdbserver_tests]} {
if {![allow_gdbserver_tests]} {
unsupported "target does not support gdbserver"
return 0
}