Add regression tests for obsolete issues

#KT-2592 Obsolete
 #KT-2768 Obsolete
This commit is contained in:
Alexander Udalov
2014-03-16 03:17:25 +04:00
parent 65edd6a16e
commit 7a2fce4fba
5 changed files with 56 additions and 0 deletions
@@ -4336,6 +4336,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/primitiveTypes/kt248.kt");
}
@TestMetadata("kt2768.kt")
public void testKt2768() throws Exception {
doTest("compiler/testData/codegen/box/primitiveTypes/kt2768.kt");
}
@TestMetadata("kt2794.kt")
public void testKt2794() throws Exception {
doTest("compiler/testData/codegen/box/primitiveTypes/kt2794.kt");
@@ -4786,6 +4791,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/strings/ea35743.kt");
}
@TestMetadata("kt2592.kt")
public void testKt2592() throws Exception {
doTest("compiler/testData/codegen/box/strings/kt2592.kt");
}
@TestMetadata("kt3652.kt")
public void testKt3652() throws Exception {
doTest("compiler/testData/codegen/box/strings/kt3652.kt");