Remove tests on RTTI
It was never implemented
This commit is contained in:
committed by
Alexander Udalov
parent
0df71bd696
commit
de37f73c8d
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user