Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Mar 21, 2024
1 parent 8465dcd commit 20472bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testunusedvar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3523,7 +3523,7 @@ class TestUnusedVar : public TestFixture {
" r += d;\n"
" }\n"
"}\n");
/*ASSERT_EQUALS("", errout_str());*/errout_str();
ASSERT_EQUALS("", errout_str());

functionVariableUsage("int func() {\n"
" std::mutex m;\n"
Expand Down

0 comments on commit 20472bc

Please sign in to comment.