Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Feb 13, 2024
1 parent b631798 commit 67842e0
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 @@ -588,7 +588,7 @@ class TestStl : public TestFixture {
"}\n");
TODO_ASSERT_EQUALS("test.cpp:7:style:Consider using std::any_of algorithm instead of a raw loop.\n",
"test.cpp:8:error:Out of bounds access in expression 'v[i]' because 'v' is empty.\n"
"test.cpp:7 : style : Consider using std::any_of algorithm instead of a raw loop.\n",
"test.cpp:7:style:Consider using std::any_of algorithm instead of a raw loop.\n",
errout.str());

checkNormal("bool g();\n"
Expand Down

0 comments on commit 67842e0

Please sign in to comment.