mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 12:32:17 +02:00
CI: add GCC 12
This commit is contained in:
@ -25,7 +25,7 @@ TEST_CASE("ResourceManager::saveString()") {
|
||||
SECTION("Duplicates different strings") {
|
||||
auto a = saveString(resources, "hello");
|
||||
auto b = saveString(resources, "world");
|
||||
REQUIRE(a->data != b->data);
|
||||
REQUIRE(+a->data != +b->data);
|
||||
REQUIRE(a->length == 5);
|
||||
REQUIRE(b->length == 5);
|
||||
REQUIRE(a->references == 1);
|
||||
|
Reference in New Issue
Block a user