1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix parameter hints test case, related to bug 217043

This commit is contained in:
Anton Leherbauer 2008-12-18 08:26:39 +00:00
parent 8fcdbb9e32
commit 2282b22c89

View file

@ -124,7 +124,6 @@ public class ParameterHintTests extends AbstractContentAssistTest {
//void foo(){aClass a=new aClass( //void foo(){aClass a=new aClass(
public void testConstructor() throws Exception { public void testConstructor() throws Exception {
assertParameterHints(new String[] { assertParameterHints(new String[] {
"aClass(void)",
"aClass(const aClass &)" "aClass(const aClass &)"
}); });
} }