failing test for kt-475

This commit is contained in:
Alex Tkachman
2011-11-12 20:51:19 +02:00
parent a322154477
commit a3ac4506af
2 changed files with 18 additions and 0 deletions
@@ -32,4 +32,8 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
public void testVirtual() throws Exception {
blackBoxFile("extensionFunctions/virtual.jet");
}
public void testKt475() throws Exception {
blackBoxFile("regressions/kt475.jet");
}
}