This commit is contained in:
Glenn Maynard
2004-03-13 10:22:03 +00:00
parent 05d3de33e9
commit bc34bcb347
+1 -2
View File
@@ -1072,8 +1072,7 @@ int main(int argc, char* argv[])
/* 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. */
CHECKPOINT_M( e.what() );
*(char*)0=0; /* crash */
FAIL_M( e.what() );
}
#endif