Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 31, 2020
1 parent 07677c9 commit ffda3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/containers/src/yaml_unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ MRPT_TEST(yaml, ctorMap)
mrpt::containers::yaml c1 = mrpt::containers::yaml::Map();
c1["K"] = 2.0;
c1["myDict"] = mrpt::containers::yaml::Map();
auto& m = c1["myDict"];
auto m = c1["myDict"];
m["A"] = 1.0;
m["B"] = 2.0;

Expand Down

0 comments on commit ffda3ba

Please sign in to comment.