Merge boxWithStdlib testData into box, delete BoxWithStdlib test
This commit is contained in:
committed by
Alexander Udalov
parent
22bfc9786a
commit
06a67e6602
+1
-1
@@ -32,7 +32,7 @@ import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
public class GenerateRangesCodegenTestData {
|
||||
private static final File TEST_DATA_DIR = new File("compiler/testData/codegen/boxWithStdlib/ranges");
|
||||
private static final File TEST_DATA_DIR = new File("compiler/testData/codegen/box/ranges");
|
||||
private static final File AS_LITERAL_DIR = new File(TEST_DATA_DIR, "literal");
|
||||
private static final File AS_EXPRESSION_DIR = new File(TEST_DATA_DIR, "expression");
|
||||
private static final File[] SOURCE_TEST_FILES = {
|
||||
|
||||
@@ -216,10 +216,6 @@ fun main(args: Array<String>) {
|
||||
model("codegen/boxWithJava")
|
||||
}
|
||||
|
||||
testClass<AbstractBlackBoxCodegenTest>("BlackBoxWithStdlibCodegenTestGenerated") {
|
||||
model("codegen/boxWithStdlib", testMethod = "doTestWithStdlib")
|
||||
}
|
||||
|
||||
testClass<AbstractScriptCodegenTest>() {
|
||||
model("codegen/script", extension = "kts")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user