Fix completion priority test (Leda only)
This commit is contained in:
@@ -31,7 +31,7 @@ public class CompletionWeigherTest extends CompletionAutoPopupTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testTemplatesAndKeywordsFirst() {
|
public void testTemplatesAndKeywordsFirst() {
|
||||||
doTest("va", "val ... = ...", "var ... = ...", "vararg", "values", "variables");
|
doTest("va", "val ... = ...", "var ... = ...", "vararg", "private", "values", "variables");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void doTest(String type, @NonNls String... expected) {
|
public void doTest(String type, @NonNls String... expected) {
|
||||||
|
|||||||
Reference in New Issue
Block a user