diff --git a/test/teststring.cpp b/test/teststring.cpp index 9ea166688d9..87ffcccaaf0 100644 --- a/test/teststring.cpp +++ b/test/teststring.cpp @@ -760,13 +760,6 @@ class TestString : public TestFixture { "}\n"); ASSERT_EQUALS("", errout.str()); - check("void g(bool);\n" - " void f(std::map>&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"