tor/changes/prefer_tt_assert
2011-06-08 20:33:53 -04:00

5 lines
213 B
Plaintext

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.