added test for KT-243
This commit is contained in:
+1
-1
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user