commit | 2711e4754fc4d9ed594491d3e87a37d0ffa165ed | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu May 22 10:46:50 2025 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu May 22 10:48:11 2025 -0600 |
tree | 0a7391c9595ef9fccf71f593f124b8487ce5b985 | |
parent | 52d8dcccc0c4fff5c48145a4156338c1f5c19b3c [diff] |
Ensure cooked_index_entry self-tests are run While looking at code coverage for gdb, I noticed that the cooked_index_entry self-tests were not run. I tracked this down to a formatting error in cooked-index-entry.c. I suspect it might be better to use a macro to define these initialization functions. That would probably remove the possibility for this kind of error.