test that fails

This commit is contained in:
Dmitry Jemerov
2011-07-08 13:41:01 +02:00
parent a691de74bc
commit c302571bb2
2 changed files with 17 additions and 0 deletions
@@ -119,4 +119,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testClassObject() throws Exception {
blackBoxFile("classes/classObject.jet");
}
public void testClassObjectMethod() throws Exception {
blackBoxFile("classes/classObjectMethod.jet");
}
}