JavaAutoPopupTest: don't spam to stdout

This commit is contained in:
peter
2014-06-13 15:40:22 +02:00
parent 6f5de36468
commit 865bf9b7b7
@@ -894,9 +894,7 @@ class Foo {
void bar(int aaa, int aaaaa) { foo(<caret>) }
} """)
type 'a'
println myFixture.lookupElementStrings
type 'a'
println myFixture.lookupElementStrings
type ','
assert myFixture.editor.document.text.contains('foo(aaa, )')
}