diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java index eeec572d3be..d950eb790ca 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java @@ -7292,7 +7292,7 @@ public class AST2CPPTests extends AST2BaseTest { // }; // // void test(A a1, A a2) { - // m(a1, a2); // problem on m + // m(a1, a2); // } public void _testInlineFriendFunction_284690() throws Exception { final String code = getAboveComment();