diff --git a/test/testassert.cpp b/test/testassert.cpp index f56ff2854fc..af77d8d4d55 100644 --- a/test/testassert.cpp +++ b/test/testassert.cpp @@ -135,7 +135,7 @@ class TestAssert : public TestFixture { "}"); ASSERT_EQUALS("", errout_str()); - check("struct S {\n" // #4811 + check("struct S {\n" // #4811 " void f() const;\n" " bool g(std::ostream& os = std::cerr) const;\n" "};\n"