This commit is contained in:
Eelco Dolstra 2010-04-12 09:45:00 +00:00
parent c3f228f296
commit 4e49002576
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ LocalNoInlineNoReturn(void throwTypeError(const char * s, const string & s2))
LocalNoInlineNoReturn(void throwAssertionError(const char * s, const string & s2))
{
throw TypeError(format(s) % s2);
throw AssertionError(format(s) % s2);
}
LocalNoInline(void addErrorPrefix(Error & e, const char * s))