diff options
Diffstat (limited to 'src/test.cpp')
-rw-r--r-- | src/test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); } }; |