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:
parent
8fcdbb9e32
commit
2282b22c89
1 changed files with 0 additions and 1 deletions
|
@ -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 &)"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue