added test for KT-243

This commit is contained in:
Alex Tkachman
2011-08-31 17:42:12 +02:00
parent 628f5a5232
commit 6fcd36f9bd
5 changed files with 33 additions and 9 deletions
@@ -1,6 +1,6 @@
package org.jetbrains.jet.codegen;
public class ArrayGetTestCase extends CodegenTestCase {
public class ArrayGenTestCase extends CodegenTestCase {
public void testKt238 () throws Exception {
blackBoxFile("regressions/kt238.jet");
}
@@ -266,4 +266,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt239 () throws Exception {
blackBoxFile("regressions/kt242.jet");
}
public void testKt243 () throws Exception {
blackBoxFile("regressions/kt243.jet");
}
}