Remove tests on RTTI

It was never implemented
This commit is contained in:
Alexander Udalov
2013-01-23 21:03:56 +04:00
committed by Alexander Udalov
parent 0df71bd696
commit de37f73c8d
19 changed files with 10 additions and 481 deletions
@@ -39,7 +39,6 @@ public class ClassGenTest extends CodegenTestCase {
final Class aClass = loadClass("SimpleClass", generateClassesInFile());
final Method[] methods = aClass.getDeclaredMethods();
// public int SimpleClass.foo()
// public jet.TypeInfo SimpleClass.getTypeInfo()
assertEquals(1, methods.length);
}
@@ -204,13 +203,6 @@ public class ClassGenTest extends CodegenTestCase {
blackBoxFile("classes/classObjectInTrait.kt");
}
/*
public void testClassObjectMethod() {
// todo to be implemented after removal of type info
// blackBoxFile("classes/classObjectMethod.kt");
}
*/
public void testClassObjectInterface() throws Exception {
loadFile("classes/classObjectInterface.kt");
final Method method = generateFunction();