Fix android build

This commit is contained in:
Natalia.Ukhorskaya
2012-08-14 12:25:06 +04:00
parent 71208de565
commit 98ed261eb3
3 changed files with 19 additions and 1 deletions
@@ -73,6 +73,10 @@ public class EnumGenTest extends CodegenTestCase {
blackBoxFile("enum/simple.kt");
}
public void testSimpleEnumInPackage() throws NoSuchFieldException, IllegalAccessException {
blackBoxFile("enum/inPackage.kt");
}
public void testAsReturnExpression() {
blackBoxFile("enum/asReturnExpression.kt");
}