diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-24 16:11:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-24 16:11:08 -0400 |
commit | e7c1a6f4f7a1854a780f7f006f2346db2e378e8f (patch) | |
tree | 817c9c844d45bbd3297622cf5d9fff9fbbccde8b /changes | |
parent | 77b92c2214325e2e26a06b1e61158a88a15bc227 (diff) | |
download | tor-e7c1a6f4f7a1854a780f7f006f2346db2e378e8f.tar.gz tor-e7c1a6f4f7a1854a780f7f006f2346db2e378e8f.zip |
Changes file for 22497
Diffstat (limited to 'changes')
-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. |