commit | 1db505de9387421347e3f46d5d189cc93a549b02 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Sep 24 12:27:24 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Sep 24 12:27:24 2024 -0600 |
tree | b0cc192034f8fcf0d845ae68b5c5fe6358ce9110 | |
parent | 94aedcf7ea5b1dbd8bf79247a8ed247b75b3dfb0 [diff] |
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.