mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
4 lines
213 B
Text
4 lines
213 B
Text
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.
|