1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

Mark test as failing until 171708 is fixed

This commit is contained in:
Anton Leherbauer 2007-01-29 11:26:41 +00:00
parent 22d4aeede2
commit 5af2db4d4c

View file

@ -31,9 +31,8 @@ public class CompletionTest_SingleName_Prefix extends CompletionProposalsBaseTe
public CompletionTest_SingleName_Prefix(String name) { public CompletionTest_SingleName_Prefix(String name) {
super(name); super(name);
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=169860
// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=171708 // see https://bugs.eclipse.org/bugs/show_bug.cgi?id=171708
// setExpectFailure(171708); setExpectFailure(171708);
} }
public static Test suite() { public static Test suite() {