test for unreproducable KT-640

This commit is contained in:
Alex Tkachman
2011-11-28 15:12:09 +02:00
parent afd8981c00
commit a9c4073f8c
3 changed files with 38 additions and 4 deletions
@@ -25,4 +25,8 @@ public class ObjectGenTest extends CodegenTestCase {
public void testKt560() throws Exception {
blackBoxFile("regressions/kt560.jet");
}
public void testKt640() throws Exception {
blackBoxFile("regressions/kt640.jet");
}
}