From 4b6a10ee8bde36cf020c06d0909ef4f0b6763759 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 6 Feb 2012 16:13:46 +0100 Subject: [PATCH] remove strange assertion --- .../com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy index e8b463fa0575..ef778329e358 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy +++ b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy @@ -750,7 +750,6 @@ class Foo { joinCommit() myFixture.type 'a.' myFixture.checkResult(" class Foo { { int iteraaa; iteraaa. } } ") - assert !lookup } public void testRestartWithInvisibleLookup() {