forked from bblanchon/ArduinoJson
Travis: Added GCC 6
This commit is contained in:
@ -103,7 +103,7 @@ TEST_CASE("JsonVariant::printTo()") {
|
||||
}
|
||||
|
||||
SECTION("UInt64") {
|
||||
check(18446744073709551615, "18446744073709551615");
|
||||
check(18446744073709551615U, "18446744073709551615");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user