better debugging

This commit is contained in:
Eliot Horowitz
2009-11-30 15:10:23 -05:00
parent 25bb636eb4
commit 47a01f2bfe
2 changed files with 4 additions and 3 deletions

View File

@@ -913,8 +913,7 @@ namespace mongo {
int x = 0;
assert( x = 1 );
if ( x != 1 )
throw -1;
uassert( "assert not being executed" , x == 1 );
}
~SMEngine(){