mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
Bug 177917 - Implement delegates so that using types and such work.
This commit is contained in:
parent
03d085016c
commit
97504b356a
1 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,8 @@ public class NamespaceTests extends PDOMTestBase {
|
||||||
assertEquals(0, decls.length);
|
assertEquals(0, decls.length);
|
||||||
|
|
||||||
//TODO: should this be 2?
|
//TODO: should this be 2?
|
||||||
|
//Doug: Not sure but we're at one now...
|
||||||
IName[] refs = pdom.findNames(variable1, IIndex.FIND_REFERENCES);
|
IName[] refs = pdom.findNames(variable1, IIndex.FIND_REFERENCES);
|
||||||
assertEquals(0, refs.length);
|
assertEquals(1, refs.length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue