mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
Adapted to a change in ASTTypeUtil.
This commit is contained in:
parent
d245dc8fca
commit
b1108c8d73
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ public class IndexUpdateTests extends IndexTestBase {
|
||||||
fIndex.acquireReadLock();
|
fIndex.acquireReadLock();
|
||||||
try {
|
try {
|
||||||
final char[] nchars = name.toCharArray();
|
final char[] nchars = name.toCharArray();
|
||||||
final String refType = name + " &";
|
final String refType = name + "&";
|
||||||
final String constRefType = "const " + refType;
|
final String constRefType = "const " + refType;
|
||||||
IIndexBinding[] ctors= fIndex.findBindings(new char[][]{nchars, nchars}, IndexFilter.ALL_DECLARED_OR_IMPLICIT, NPM);
|
IIndexBinding[] ctors= fIndex.findBindings(new char[][]{nchars, nchars}, IndexFilter.ALL_DECLARED_OR_IMPLICIT, NPM);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue