commit | 89c6d320b24567b6385e9dd92b3d4671c9796143 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon Nov 14 14:18:33 2022 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Mon Nov 28 21:04:09 2022 +0000 |
tree | 4b025b811a7f5400719cd37298dea74e8e28e990 | |
parent | b8ffa8b32737636f1579fc164c625fe41abd61d8 [diff] |
gdb/testsuite: remove use of then keyword from gdb.trace/*.exp The canonical form of 'if' in modern TCL is 'if {} {}'. But there's still a bunch of places in the testsuite where we make use of the 'then' keyword, and sometimes these get copies into new tests, which just spreads poor practice. This commit removes all use of the 'then' keyword from the gdb.trace/ test script directory. There should be no changes in what is tested after this commit.