tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e7c1a6f4f7a1854a780f7f006f2346db2e378e8f
parent 77b92c2214325e2e26a06b1e61158a88a15bc227
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 24 Aug 2017 16:11:08 -0400

Changes file for 22497

Diffstat:
Achanges/bug22497 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/bug22497 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.