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

Marks testcase for 156519 as passing.

This commit is contained in:
Markus Schorn 2006-12-07 12:14:16 +00:00
parent 2e79fba079
commit 358de96f54

View file

@ -109,7 +109,7 @@ public class ResolveBindingTests extends BaseUITestCase {
}
}
public void _testNamespaceVarBinding_156519() throws Exception {
public void testNamespaceVarBinding_156519() throws Exception {
String content = readTaggedComment("namespace-var-test");
IFile file= createFile(fCProject.getProject(), "nsvar.cpp", content);
waitForIndexer(fIndex, file, WAIT_FOR_INDEXER);