mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
Fix unit tests for android build
This commit is contained in:
@@ -60,7 +60,7 @@ void MulticastSocketTest::testMulticast()
|
||||
}
|
||||
catch(Poco::NotImplementedException e)
|
||||
{
|
||||
#ifndef POCO_ANDROID
|
||||
#if POCO_OS != POCO_OS_ANDROID
|
||||
throw e;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user