mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
update test to reflect JohnC's expression changes
This commit is contained in:
parent
fb0d913699
commit
56bd43a638
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class CompletionFailedTest_MemberReference_Arrow_Prefix2 extends Complet
|
||||||
private final String headerFileName = "CompletionTestStart.h";
|
private final String headerFileName = "CompletionTestStart.h";
|
||||||
private final String headerFileFullPath ="resources/contentassist/" + headerFileName;
|
private final String headerFileFullPath ="resources/contentassist/" + headerFileName;
|
||||||
private final String expectedScopeName = "ASTMethod";
|
private final String expectedScopeName = "ASTMethod";
|
||||||
private final String expectedContextName = "ASTExpression";
|
private final String expectedContextName = "ASTBinaryExpression";
|
||||||
private final CompletionKind expectedKind = CompletionKind.MEMBER_REFERENCE;
|
private final CompletionKind expectedKind = CompletionKind.MEMBER_REFERENCE;
|
||||||
private final String expectedPrefix = "a";
|
private final String expectedPrefix = "a";
|
||||||
//TODO Andrew uncomment these when you get the bug fixed
|
//TODO Andrew uncomment these when you get the bug fixed
|
||||||
|
|
Loading…
Add table
Reference in a new issue