]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 22497
authorNick Mathewson <nickm@torproject.org>
Thu, 24 Aug 2017 20:11:08 +0000 (16:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 24 Aug 2017 20:11:08 +0000 (16:11 -0400)
changes/bug22497 [new file with mode: 0644]

diff --git a/changes/bug22497 b/changes/bug22497
new file mode 100644 (file)
index 0000000..8cde87f
--- /dev/null
@@ -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.