mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-02-10 09:05:34 +01:00
Implemented reference semantics for JsonVariant
This commit is contained in:
@@ -30,8 +30,4 @@ TEST_CASE("JsonArray::begin()/end()") {
|
||||
SECTION("Mutable") {
|
||||
run_iterator_test<JsonArray::iterator>();
|
||||
}
|
||||
|
||||
SECTION("Const") {
|
||||
run_iterator_test<JsonArray::const_iterator>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user