move test

This commit is contained in:
Svetlana Isakova
2012-09-04 17:04:04 +04:00
parent 7d37df5f38
commit 02cf0258cb
2 changed files with 4 additions and 4 deletions
@@ -39,4 +39,8 @@ public class JdkAnnotationsTest extends CodegenTestCase {
blackBoxFile("jdk-annotations/hashMap.kt"); blackBoxFile("jdk-annotations/hashMap.kt");
} }
//moved from PrimitiveTypesTest
public void testKt1397() {
blackBoxFile("regressions/kt1397.kt");
}
} }
@@ -437,10 +437,6 @@ public class PrimitiveTypesTest extends CodegenTestCase {
blackBoxFile("regressions/kt1634.kt"); blackBoxFile("regressions/kt1634.kt");
} }
public void testKt1397() {
blackBoxFile("regressions/kt1397.kt");
}
public void testKt2269() { public void testKt2269() {
blackBoxFile("regressions/kt2269.kt"); blackBoxFile("regressions/kt2269.kt");
} }