diff options
author | Andrew Burgess <aburgess@redhat.com> | 2025-04-22 19:45:57 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2025-04-22 19:45:57 +0100 |
commit | 423ea23eeee957469f87e329a76726bc10919b20 (patch) | |
tree | 5360cae59d8f13e85f0a4104d3056b0a9ee78023 | |
parent | b40e23f8093419b8e094ca515eb95deff905b8a5 (diff) | |
download | binutils-423ea23eeee957469f87e329a76726bc10919b20.zip binutils-423ea23eeee957469f87e329a76726bc10919b20.tar.gz binutils-423ea23eeee957469f87e329a76726bc10919b20.tar.bz2 |
gdb/testsuite: fix incorrect comment in py-color.exp
There was a comment in gdb.python/py-color.exp that was probably left
over from a copy & paste, it incorrectly described what the test
script was testing.
Fixed in this commit.
There's no change in what is tested with this commit.
-rw-r--r-- | gdb/testsuite/gdb.python/py-color.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.python/py-color.exp b/gdb/testsuite/gdb.python/py-color.exp index c6f1041..1b8e0c5 100644 --- a/gdb/testsuite/gdb.python/py-color.exp +++ b/gdb/testsuite/gdb.python/py-color.exp @@ -13,8 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# This file is part of the GDB testsuite. -# It tests gdb.parameter and gdb.Parameter. +# This file is part of the GDB testsuite. It tests gdb.Color. load_lib gdb-python.exp |