From 079912de4d487ee547e03ad73638649108bead3d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 9 Jan 2020 11:51:46 -0500 Subject: [PATCH] Changes file for ticket 32887 (NS*() removal) --- changes/ticket32887 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket32887 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.