fix comment
This commit is contained in:
@@ -1196,9 +1196,7 @@ int main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
catch( const exception &e )
|
catch( const exception &e )
|
||||||
{
|
{
|
||||||
/* This can be things like calling std::string::reserve(-1), or out of memory.
|
/* This can be things like calling std::string::reserve(-1), or out of memory. */
|
||||||
* This can also happen if we throw a RageException during a ctor, in which case
|
|
||||||
* we want a crash dump. */
|
|
||||||
FAIL_M( e.what() );
|
FAIL_M( e.what() );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user