Regenerate tests

This commit is contained in:
Alexander Udalov
2015-04-10 02:38:23 +03:00
parent 69e7a25b08
commit 94df191f86
145 changed files with 0 additions and 2025 deletions
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.codegen;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,24 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/codegen/bytecodeText")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
BytecodeTextTestGenerated.BoxingOptimization.class,
BytecodeTextTestGenerated.Conditions.class,
BytecodeTextTestGenerated.Constants.class,
BytecodeTextTestGenerated.DeadCodeElimination.class,
BytecodeTextTestGenerated.DirectInvoke.class,
BytecodeTextTestGenerated.ForLoop.class,
BytecodeTextTestGenerated.Inline.class,
BytecodeTextTestGenerated.LazyCodegen.class,
BytecodeTextTestGenerated.LineNumbers.class,
BytecodeTextTestGenerated.Statements.class,
BytecodeTextTestGenerated.StaticFields.class,
BytecodeTextTestGenerated.StoreStackBeforeInline.class,
BytecodeTextTestGenerated.StringOperations.class,
BytecodeTextTestGenerated.When.class,
BytecodeTextTestGenerated.WhenEnumOptimization.class,
BytecodeTextTestGenerated.WhenStringOptimization.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
@TestMetadata("accessorForProtected.kt")