prefer most used weigher: fix test

This commit is contained in:
Dmitry Batkovich
2017-05-30 15:43:26 +03:00
parent fb2b35b2e3
commit cb3f8a3209
2 changed files with 8 additions and 1 deletions
@@ -10,7 +10,14 @@ class Bar {
System.out.println(foo.qwe);
System.out.println(foo.qwe);
System.out.println(foo.qwe);
System.out.println(foo.qwe);
foo.zxc();
foo.zxc();
foo.zxc();
foo.zxc();
foo.zxc();
foo.zxc();
foo.zxc();
foo.zxc();
foo.zxc();
@@ -49,7 +49,7 @@ public class CompilerReferenceDataInCompletionTest extends CompilerReferencesTes
}
public void testSimpleMembers() {
doTestMemberCompletionOrdering(new String[] {"Bar.java", "Foo.java"}, "qwe", "asd(0)", "zxc(0)");
doTestMemberCompletionOrdering(new String[] {"Bar.java", "Foo.java"}, "qwe", "zxc(0)", "asd(0)");
}
//public void testOverloads() {