From: Nick Mathewson Date: Thu, 24 Aug 2017 20:11:08 +0000 (-0400) Subject: Changes file for 22497 X-Git-Tag: tor-0.3.2.1-alpha~145^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7c1a6f4f7a1854a780f7f006f2346db2e378e8f;p=thirdparty%2Ftor.git Changes file for 22497 --- diff --git a/changes/bug22497 b/changes/bug22497 new file mode 100644 index 0000000000..8cde87ff79 --- /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.