Fix completion priority test (Leda only)

This commit is contained in:
Nikolay Krasko
2012-07-25 16:47:31 +04:00
parent d97e26cdb9
commit 0ce877586c
@@ -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) {