1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 11:15:38 +02:00

Adjust content assist tests due to fix for bug 188010

This commit is contained in:
Anton Leherbauer 2007-05-23 12:33:06 +00:00
parent bee53bc27b
commit df6b91eb37
6 changed files with 12 additions and 12 deletions

View file

@ -31,8 +31,8 @@ public class CompletionTest_ArgumentType_Prefix extends CompletionProposalsBase
"anotherClass", "anotherClass",
"aNamespace", "aNamespace",
"anEnumeration", "anEnumeration",
// missing proposal: "AStruct",
"AStruct" "AMacro(x)"
}; };
public CompletionTest_ArgumentType_Prefix(String name) { public CompletionTest_ArgumentType_Prefix(String name) {

View file

@ -31,8 +31,8 @@ public class CompletionTest_ArgumentType_Prefix2 extends CompletionProposalsBas
"anotherClass", "anotherClass",
"aNamespace", "aNamespace",
"anEnumeration", "anEnumeration",
// missing proposal: "AStruct",
"AStruct" "AMacro(x)"
}; };
public CompletionTest_ArgumentType_Prefix2(String name) { public CompletionTest_ArgumentType_Prefix2(String name) {

View file

@ -33,8 +33,8 @@ public class CompletionTest_ExceptionReference_Prefix extends CompletionProposa
"anotherClass", "anotherClass",
"aNamespace", "aNamespace",
"anEnumeration", "anEnumeration",
// missing proposal: "AStruct",
"AStruct" "AMacro(x)"
}; };
public CompletionTest_ExceptionReference_Prefix(String name) { public CompletionTest_ExceptionReference_Prefix(String name) {

View file

@ -30,8 +30,8 @@ public class CompletionTest_FieldType_Prefix extends CompletionProposalsBaseTes
"aThirdClass", "aThirdClass",
"aNamespace", "aNamespace",
"anEnumeration", "anEnumeration",
// missing proposal: "AStruct",
"AStruct" "AMacro(x)"
}; };
public CompletionTest_FieldType_Prefix(String name) { public CompletionTest_FieldType_Prefix(String name) {

View file

@ -32,8 +32,8 @@ public class CompletionTest_NewTypeReference_Prefix extends CompletionProposals
"anotherClass", "anotherClass",
"aNamespace", "aNamespace",
"AStruct", "AStruct",
// enums may not be desired, but valid "anEnumeration",
"anEnumeration" "AMacro(x)"
}; };
public CompletionTest_NewTypeReference_Prefix(String name) { public CompletionTest_NewTypeReference_Prefix(String name) {

View file

@ -29,8 +29,8 @@ public class CompletionTest_VariableType_Prefix extends CompletionProposalsBase
"anotherClass", "anotherClass",
"aNamespace", "aNamespace",
"anEnumeration", "anEnumeration",
// missing proposal: "AStruct",
"AStruct" "AMacro(x)"
}; };
public CompletionTest_VariableType_Prefix(String name) { public CompletionTest_VariableType_Prefix(String name) {