Remove generated black box java codegen test

Move all testData to boxWithJava/
This commit is contained in:
Alexander Udalov
2013-01-27 20:46:26 +04:00
committed by Alexander Udalov
parent 86938f57b1
commit 2904d1745b
38 changed files with 125 additions and 235 deletions
@@ -84,13 +84,6 @@ public class GenerateTests {
testModel("compiler/testData/checkLocalVariablesTable", "doTest")
);
generateTest(
"compiler/tests/",
"VisibilityGenWithJavaTestGenerated",
AbstractBlackBoxCodegenTest.class,
testModel("compiler/testData/codegen/visibility/withJava/protected_static", "blackBoxFileWithJavaByFullPath")
);
generateTest(
"compiler/tests/",
"WriteFlagsTestGenerated",