Add disabled test. Depends on KT-1198

This commit is contained in:
unknown
2012-03-09 19:20:19 +04:00
parent beff2f9b1e
commit 26a5ff3a2f
3 changed files with 49 additions and 2 deletions
@@ -61,11 +61,17 @@ public final class MiscTest extends AbstractExpressionTest {
}
public void testKt740() throws Exception {
public void testKt740_1() throws Exception {
checkFooBoxIsTrue("KT-740.kt");
}
public void testKt740_2() throws Exception {
checkFooBoxIsOk("KT-740-2.kt");
}
//TODO: depends on KT-1198
//TODO: look into BindingContext.VARIABLE_REASSIGNMENT
// public void testKt740_3() throws Exception {
// checkFooBoxIsOk("KT-740-3.kt");
// }
}