mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Replaced old style casts (issue #28)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace JsonGeneratorTests
|
||||
|
||||
TEST_METHOD(Null)
|
||||
{
|
||||
array.add((char*) 0);
|
||||
array.add(static_cast<char*>(0));
|
||||
|
||||
outputMustBe("[null]");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user