Removed compiling builtins from tests.

This commit is contained in:
Evgeny Gerashchenko
2013-01-29 18:25:57 +04:00
parent 0660dfb84c
commit 6c70c6c32a
2 changed files with 0 additions and 59 deletions
@@ -16,18 +16,11 @@
package org.jetbrains.jet;
import org.jetbrains.jet.codegen.forTestCompile.ForTestCompileBuiltins;
import org.jetbrains.jet.codegen.forTestCompile.ForTestCompileRuntime;
import org.jetbrains.jet.codegen.forTestCompile.ForTestPackJdkAnnotations;
import org.junit.Test;
public class CompileCompilerDependenciesTest {
@Test
public void compileBuiltins() {
ForTestCompileBuiltins.builtinsJarForTests();
}
@Test
public void packJdkAnnotations() {
ForTestPackJdkAnnotations.jdkAnnotationsForTests();