commit | fade906daab13c99fc329c1e08447f2aac168b62 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Fri Apr 07 14:51:58 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed Apr 12 14:13:25 2023 -0600 |
tree | 27b2598d43a1d374cba7578e2de40af42b19df91 | |
parent | 4bbb4dfbed1c3e1df4e06b615e7ebe704186ca50 [diff] |
Use SELF_CHECK in all unit tests I noticed a few unit tests are using gdb_assert. I think this was an older style, before SELF_CHECK was added. This patch switches them over. Approved-By: Simon Marchi <simon.marchi@efficios.com>