mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Make failing test fail again
This commit is contained in:
parent
b90428f821
commit
d1f3db33d8
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ public class CompletionTest_FunctionReference_Prefix extends CompletionProposal
|
|||
"xSecondEnum",
|
||||
"xThirdEnum",
|
||||
"xEnumeration",
|
||||
/* FIXME: DOM search is currently case sensitive?
|
||||
"XMacro(x,y)" */
|
||||
/* FIXME: DOM search is currently case sensitive? */
|
||||
"XMacro(x,y)"
|
||||
};
|
||||
|
||||
public CompletionTest_FunctionReference_Prefix(String name) {
|
||||
|
|
Loading…
Add table
Reference in a new issue