forked from bblanchon/ArduinoJson
Removed JsonVariant::as<char>()
(fixes #1498)
This commit is contained in:
@ -68,9 +68,6 @@ TEST_CASE("JsonVariant set()/get()") {
|
||||
SECTION("Float") {
|
||||
checkNumericType<float>();
|
||||
}
|
||||
SECTION("Char") {
|
||||
checkNumericType<char>();
|
||||
}
|
||||
SECTION("SChar") {
|
||||
checkNumericType<signed char>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user