mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 03:52:16 +02:00
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