Remove codegen tests out of JetNpeTest

This commit is contained in:
Alexander Udalov
2013-01-24 22:00:03 +04:00
parent 1c0cdbf142
commit c8f73cfdae
4 changed files with 20 additions and 19 deletions
@@ -449,4 +449,12 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt3078() {
blackBoxFile("regressions/kt3078.kt");
}
public void testIntLiteralIsNotNull() {
blackBoxFile("primitiveTypes/intLiteralIsNotNull.kt");
}
public void testNullAsNullableIntIsNull() {
blackBoxFile("primitiveTypes/nullAsNullableIntIsNull.kt");
}
}