summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-09 16:02:41 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-09 16:02:41 -0500
commit5888db496746e2fef344c40912ff07be8a216f9c (patch)
tree439881ef4bba5eac75762988d977dae0fcf4a868 /changes
parent93894fb770afbbea9850e850ff9e1bb23d7cc4e1 (diff)
parent079912de4d487ee547e03ad73638649108bead3d (diff)
downloadtor-5888db496746e2fef344c40912ff07be8a216f9c.tar.gz
tor-5888db496746e2fef344c40912ff07be8a216f9c.zip
Merge branch 'disable_ns_macro'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket328874
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32887 b/changes/ticket32887
new file mode 100644
index 0000000000..a7406bcce3
--- /dev/null
+++ b/changes/ticket32887
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Remove underused NS*() macros from test code: they make our
+ tests more confusing, especially for code-formatting tools.
+ Closes ticket 32887.