Refactor ClassGenTest
Initialize environment with JDK_ONLY in setUp(), allowing to quickly launch tests without compilation of stdlib. Remove duplicate/unneeded/commented out tests
This commit is contained in:
@@ -91,10 +91,6 @@ public class SpecialFiles {
|
||||
excludedFiles.add("withtypeparams.jet"); // Cannot find usages in Codegen tests
|
||||
excludedFiles.add("kt1113.kt"); // Commented
|
||||
excludedFiles.add("kt326.jet"); // Commented
|
||||
excludedFiles.add("kt694.jet"); // Commented
|
||||
excludedFiles.add("kt285.jet"); // Commented
|
||||
excludedFiles.add("kt857.jet"); // Commented
|
||||
excludedFiles.add("kt1120.kt"); // Commented
|
||||
excludedFiles.add("kt1213.kt"); // Commented
|
||||
excludedFiles.add("kt882.jet"); // Commented
|
||||
excludedFiles.add("kt789.jet"); // Commented
|
||||
|
||||
Reference in New Issue
Block a user