mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 15:27:30 +02:00
Rename UInt
to JsonUInt
This commit is contained in:
@ -80,7 +80,7 @@ TEST_CASE("Polyfills/type_traits") {
|
||||
CHECK(is_integral<const volatile unsigned long>::value == true);
|
||||
CHECK(is_integral<const volatile unsigned short>::value == true);
|
||||
|
||||
CHECK(is_integral<UInt>::value == true);
|
||||
CHECK(is_integral<JsonUInt>::value == true);
|
||||
}
|
||||
|
||||
SECTION("is_signed") {
|
||||
|
Reference in New Issue
Block a user