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:
parent
9950b34685
commit
a817711e36
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue