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

Reworked contentassist2 test cases and add them to the automated suite

This commit is contained in:
Anton Leherbauer 2007-01-09 10:53:27 +00:00
parent 9950b34685
commit a817711e36

View file

@ -46,6 +46,8 @@ public class CompletionTest_FunctionReference_Prefix extends CompletionProposal
public CompletionTest_FunctionReference_Prefix(String name) {
super(name);
// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=109724
setExpectFailure(109724);
}
public static Test suite() {