Use JDK annotations downloaded from a KAnnotator build
This commit is contained in:
@@ -17,13 +17,12 @@
|
||||
package org.jetbrains.jet;
|
||||
|
||||
import org.jetbrains.jet.codegen.forTestCompile.ForTestCompileRuntime;
|
||||
import org.jetbrains.jet.codegen.forTestCompile.ForTestPackJdkAnnotations;
|
||||
import org.junit.Test;
|
||||
|
||||
public class CompileCompilerDependenciesTest {
|
||||
@Test
|
||||
public void packJdkAnnotations() {
|
||||
ForTestPackJdkAnnotations.jdkAnnotationsForTests();
|
||||
JetTestUtils.getJdkAnnotationsJar();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user