fix comment

This commit is contained in:
Glenn Maynard
2004-11-30 09:28:59 +00:00
parent e84e8f6a7a
commit 388fb41404
+1 -3
View File
@@ -1196,9 +1196,7 @@ int main(int argc, char* argv[])
}
catch( const exception &e )
{
/* 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. */
/* This can be things like calling std::string::reserve(-1), or out of memory. */
FAIL_M( e.what() );
}
#endif