mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Adjust content assist tests due to fix for bug 188010
This commit is contained in:
parent
bee53bc27b
commit
df6b91eb37
6 changed files with 12 additions and 12 deletions
|
@ -31,8 +31,8 @@ public class CompletionTest_ArgumentType_Prefix extends CompletionProposalsBase
|
|||
"anotherClass",
|
||||
"aNamespace",
|
||||
"anEnumeration",
|
||||
// missing proposal:
|
||||
"AStruct"
|
||||
"AStruct",
|
||||
"AMacro(x)"
|
||||
};
|
||||
|
||||
public CompletionTest_ArgumentType_Prefix(String name) {
|
||||
|
|
|
@ -31,8 +31,8 @@ public class CompletionTest_ArgumentType_Prefix2 extends CompletionProposalsBas
|
|||
"anotherClass",
|
||||
"aNamespace",
|
||||
"anEnumeration",
|
||||
// missing proposal:
|
||||
"AStruct"
|
||||
"AStruct",
|
||||
"AMacro(x)"
|
||||
};
|
||||
|
||||
public CompletionTest_ArgumentType_Prefix2(String name) {
|
||||
|
|
|
@ -33,8 +33,8 @@ public class CompletionTest_ExceptionReference_Prefix extends CompletionProposa
|
|||
"anotherClass",
|
||||
"aNamespace",
|
||||
"anEnumeration",
|
||||
// missing proposal:
|
||||
"AStruct"
|
||||
"AStruct",
|
||||
"AMacro(x)"
|
||||
};
|
||||
|
||||
public CompletionTest_ExceptionReference_Prefix(String name) {
|
||||
|
|
|
@ -30,8 +30,8 @@ public class CompletionTest_FieldType_Prefix extends CompletionProposalsBaseTes
|
|||
"aThirdClass",
|
||||
"aNamespace",
|
||||
"anEnumeration",
|
||||
// missing proposal:
|
||||
"AStruct"
|
||||
"AStruct",
|
||||
"AMacro(x)"
|
||||
};
|
||||
|
||||
public CompletionTest_FieldType_Prefix(String name) {
|
||||
|
|
|
@ -32,8 +32,8 @@ public class CompletionTest_NewTypeReference_Prefix extends CompletionProposals
|
|||
"anotherClass",
|
||||
"aNamespace",
|
||||
"AStruct",
|
||||
// enums may not be desired, but valid
|
||||
"anEnumeration"
|
||||
"anEnumeration",
|
||||
"AMacro(x)"
|
||||
};
|
||||
|
||||
public CompletionTest_NewTypeReference_Prefix(String name) {
|
||||
|
|
|
@ -29,8 +29,8 @@ public class CompletionTest_VariableType_Prefix extends CompletionProposalsBase
|
|||
"anotherClass",
|
||||
"aNamespace",
|
||||
"anEnumeration",
|
||||
// missing proposal:
|
||||
"AStruct"
|
||||
"AStruct",
|
||||
"AMacro(x)"
|
||||
};
|
||||
|
||||
public CompletionTest_VariableType_Prefix(String name) {
|
||||
|
|
Loading…
Add table
Reference in a new issue