mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-22 10:25:50 +01:00
Remove _WIN32 guard.
This commit is contained in:
parent
95ad2452c0
commit
8951b90bbe
@ -128,13 +128,11 @@ void TestCase::run(TestResult *result)
|
|||||||
result->addError(this, new CppUnitException(msg));
|
result->addError(this, new CppUnitException(msg));
|
||||||
|
|
||||||
}
|
}
|
||||||
#if !defined(_WIN32)
|
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
CppUnitException *e = new CppUnitException ("unknown exception");
|
CppUnitException *e = new CppUnitException ("unknown exception");
|
||||||
result->addError (this, e);
|
result->addError (this, e);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
tearDown ();
|
tearDown ();
|
||||||
result->endTest(this);
|
result->endTest(this);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user