diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-24 16:11:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-24 16:11:43 -0400 |
commit | da75dfc0e52ea1dee89396a2d7bfb0a0339358db (patch) | |
tree | 817c9c844d45bbd3297622cf5d9fff9fbbccde8b /changes/bug22497 | |
parent | 91c6bc160b1d2be60e5756f13d28ba469049351c (diff) | |
parent | e7c1a6f4f7a1854a780f7f006f2346db2e378e8f (diff) | |
download | tor-da75dfc0e52ea1dee89396a2d7bfb0a0339358db.tar.gz tor-da75dfc0e52ea1dee89396a2d7bfb0a0339358db.zip |
Merge branch 'ahf_bug22497_redux'
Diffstat (limited to 'changes/bug22497')
-rw-r--r-- | changes/bug22497 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |