We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b459eb2 + 9f4fcb0 commit adffabaCopy full SHA for adffaba
unit/util/irep.cpp
@@ -139,7 +139,7 @@ SCENARIO("irept_memory", "[core][utils][irept]")
139
REQUIRE(irep.find("a_new_element").id() == "some_id");
140
141
irept irep2("second_irep");
142
- irept &e2 = irep.add("a_new_element", irep2);
+ irep.add("a_new_element", irep2);
143
REQUIRE(irep.find("a_new_element").id() == "second_irep");
144
REQUIRE(irep.get_named_sub().size() == 1);
145
0 commit comments