Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Aug 19, 2023
1 parent c053c3d commit 079d315
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/teststring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,13 +760,6 @@ class TestString : public TestFixture {
"}\n");
ASSERT_EQUALS("", errout.str());

check("void g(bool);\n"
" void f(std::map<std::string, std::vector<int>>&m) {\n"
" if (m.count(\"abc\"))\n"
" g(m[\"abc\"][0] ? true : false);\n"
"}\n");
ASSERT_EQUALS("", errout.str());

check("void g(bool b);\n"
"void f() {\n"
" g('\\0');\n"
Expand Down

0 comments on commit 079d315

Please sign in to comment.