aboutsummaryrefslogtreecommitdiff
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, 4 insertions, 0 deletions
diff --git a/changes/prefer_tt_assert b/changes/prefer_tt_assert
new file mode 100644
index 0000000000..4fdb6367f7
--- /dev/null
+++ b/changes/prefer_tt_assert
@@ -0,0 +1,4 @@
+ 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.