Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Nov 17, 2023
1 parent f1d66dd commit 5814142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/teststl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ class TestStl : public TestFixture {
"}\n");
TODO_ASSERT_EQUALS("",
"[test.cpp:6]: (warning) Iterators to containers from different expressions 'a.vec()' and 'a.vec()' are used together.\n"
"[test.cpp:6]: (warning)Iterators to containers from different expressions 'b.vec()' and 'b.vec()' are used together.\n",
"[test.cpp:6]: (warning) Iterators to containers from different expressions 'b.vec()' and 'b.vec()' are used together.\n",
errout.str());
}

Expand Down

0 comments on commit 5814142

Please sign in to comment.