commit e7c1a6f4f7a1854a780f7f006f2346db2e378e8f Author: Nick Mathewson nickm@torproject.org Date: Thu Aug 24 16:11:08 2017 -0400
Changes file for 22497 --- changes/bug22497 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/bug22497 b/changes/bug22497 new file mode 100644 index 000000000..8cde87ff7 --- /dev/null +++ b/changes/bug22497 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Use our test macros more consistently, to produce more useful + error messages when our unit tests fail. Add coccinelle patches + to allow us to re-check for test macro uses. Closes ticket 22497.