]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix typo in gdb.ada/complete.exp test
authorTom Tromey <tromey@adacore.com>
Tue, 24 Sep 2024 18:27:24 +0000 (12:27 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 24 Sep 2024 18:27:24 +0000 (12:27 -0600)
commit1db505de9387421347e3f46d5d189cc93a549b02
treeb0cc192034f8fcf0d845ae68b5c5fe6358ce9110
parent94aedcf7ea5b1dbd8bf79247a8ed247b75b3dfb0
Fix typo in gdb.ada/complete.exp test

I noticed that two tests in gdb.ada/complete.exp are testing the same
thing: the completion of "p pck.inne".  The second such test has this
comment:

    # A fully qualified package name

I believe the intent here was to test "p pck.inner" (note the trailing
"r").  This patch makes this change.
gdb/testsuite/gdb.ada/complete.exp