mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user