1
0

Fixed test asserts

This commit is contained in:
Tycho
2014-03-10 13:12:43 -07:00
parent bb28f0d1e3
commit e9e2852ce1
4 changed files with 37 additions and 37 deletions

View File

@@ -46,9 +46,6 @@
#ifdef SELF_TEST
#define assert_test(x) ( !!(x) || \
LOGERROR("Assertion failed: %s, file %s, line %i", #x, __FILE__, __LINE__ ), abort(1))
/// Self-test of the VarInt-reading and writing code
static class cByteBufferSelfTest
{