I think this fixes tests, and makes them runnable from continuous integration.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3161 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -55,3 +55,8 @@ TaskTryCatch::~TaskTryCatch() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool TaskTryCatch::hasCaught()
|
||||
{
|
||||
return _tryCatch.HasCaught();
|
||||
}
|
||||
|
Reference in New Issue
Block a user