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:
parent
2e79fba079
commit
358de96f54
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue