remove strange assertion

This commit is contained in:
peter
2012-02-06 16:14:55 +01:00
parent 603892bab2
commit 4b6a10ee8b
@@ -750,7 +750,6 @@ class Foo {
joinCommit()
myFixture.type 'a.'
myFixture.checkResult(" class Foo { { int iteraaa; iteraaa.<caret> } } ")
assert !lookup
}
public void testRestartWithInvisibleLookup() {