mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Test ported and defects (See bug #129768)
This commit is contained in:
parent
013757c1b6
commit
e89f99496d
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ public class CompletionTest_FunctionReference_Prefix extends CompletionProposal
|
|||
private final CompletionKind expectedKind = CompletionKind.FUNCTION_REFERENCE;
|
||||
private final String expectedPrefix = "x";
|
||||
private final String[] expectedResults = {
|
||||
"xLocal", // TODO: should be "xLocal : int",
|
||||
"xAClassField", // TODO: should be "xAClassField : float",
|
||||
"xVariable", // TODO: should be "xVariable : int",
|
||||
"xLocal : int",
|
||||
"xAClassField : float",
|
||||
"xVariable : int",
|
||||
"xAClassMethod(int x) void",
|
||||
"xFunction(void) bool",
|
||||
"xOtherFunction(void) void",
|
||||
|
|
Loading…
Add table
Reference in a new issue