mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
fix linux build
This commit is contained in:
@@ -1083,7 +1083,7 @@ void JSONTest::testSetArrayElement()
|
||||
assert(dynArray[1] == 13);
|
||||
assert(dynArray[2] == "foo");
|
||||
|
||||
#endif POCO_ENABLE_CPP11
|
||||
#endif // POCO_ENABLE_CPP11
|
||||
|
||||
dynArray.clear();
|
||||
assert(dynArray.size() == 0);
|
||||
|
||||
Reference in New Issue
Block a user