projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fcbf6
)
Minor cleanup in gdb.btrace/enable.exp
author
Tom Tromey
<tom@tromey.com>
Sun, 22 Jan 2023 17:53:06 +0000
(10:53 -0700)
committer
Tom Tromey
<tom@tromey.com>
Sun, 22 Jan 2023 21:27:26 +0000
(14:27 -0700)
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.
gdb/testsuite/gdb.btrace/enable.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.btrace/enable.exp
b/gdb/testsuite/gdb.btrace/enable.exp
index 113b8e18aad278944542314869893883efafc3e0..6a30d7d9187d92ed672f465a175809a624763de1 100644
(file)
--- a/
gdb/testsuite/gdb.btrace/enable.exp
+++ b/
gdb/testsuite/gdb.btrace/enable.exp
@@
-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
}