From ced6d20295a8263757d57c02a07ffcb66688a163 Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Fri, 6 Mar 2015 20:21:51 +1000 Subject: For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives --- src/test.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test.cpp') diff --git a/src/test.cpp b/src/test.cpp index 350cab127..7b82a2c31 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -2115,8 +2115,6 @@ struct TestConnection: public TestBase UASSERT(hand_client.last_id == 1); UASSERT(hand_server.count == 1); UASSERT(hand_server.last_id == 2); - - //assert(0); } }; -- cgit v1.2.3