fixes #958, activates 2 additional tests

This commit is contained in:
Dennis Luxen
2014-03-20 13:19:36 +01:00
parent c470ea9fa1
commit 8bd5f69e04
2 changed files with 4 additions and 6 deletions
+1
View File
@@ -185,6 +185,7 @@ int main (int argc, const char * argv[])
catch (std::exception& e)
{
std::cerr << "[fatal error] exception: " << e.what() << std::endl;
return -1;
}
#ifdef __linux__
munlockall();