Dropped some TODOs

#KT-2564 Obsolete. Looks like, it's fixed in dcddd04.
This commit is contained in:
Zalim Bashorov
2014-02-05 16:41:10 +04:00
parent ffa2a84170
commit 33360c2528
4 changed files with 51 additions and 56 deletions
@@ -153,10 +153,8 @@ public final class MiscTest extends AbstractExpressionTest {
fooBoxIsValue("OK");
}
//TODO: see http://youtrack.jetbrains.com/issue/KT-2564
@SuppressWarnings("UnusedDeclaration")
public void TODO_testPackageLevelVarInRoot() throws Exception {
runFunctionOutputTest("packageLevelVarInRoot.kt", Namer.getRootPackageName(), "box", "OK");
public void testPackageLevelVarInRoot() throws Exception {
runFunctionOutputTest("packageLevelVarInRoot.kt", Namer.getRootPackageName(), TEST_FUNCTION, "OK");
}
public void testLazyPropertyGetterNotCalledOnStart() throws Exception {