aboutsummaryrefslogtreecommitdiff
path: root/changes/prefer_tt_assert
blob: 4fdb6367f77d9aaf9fbf39d6911509ef429e5ccf (plain)
1
2
3
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.