summaryrefslogtreecommitdiff
path: root/changes/prefer_tt_assert
diff options
context:
space:
mode:
Diffstat (limited to 'changes/prefer_tt_assert')
-rw-r--r--changes/prefer_tt_assert4
1 files changed, 0 insertions, 4 deletions
diff --git a/changes/prefer_tt_assert b/changes/prefer_tt_assert
deleted file mode 100644
index 4fdb6367f7..0000000000
--- a/changes/prefer_tt_assert
+++ /dev/null
@@ -1,4 +0,0 @@
- o Code simplifications and refactoring (tests):
- - Use tt_assert, not tor_assert, for checking for test failures.
- This makes the unit tests more able to go on in the event that
- one of them fails.