File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
compiler/tests/org/jetbrains/jet/lang/resolve/lazy Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 19
19
import com .google .common .base .Predicate ;
20
20
import com .intellij .openapi .util .io .FileUtil ;
21
21
import junit .framework .TestCase ;
22
- import org .jetbrains .jet .ConfigurationKind ;
23
22
import org .jetbrains .jet .JetTestUtils ;
24
23
import org .jetbrains .jet .checkers .AbstractJetDiagnosticsTest ;
25
- import org .jetbrains .jet .cli .jvm .compiler .JetCoreEnvironment ;
26
- import org .jetbrains .jet .test .util .NamespaceComparator ;
27
24
import org .jetbrains .jet .lang .descriptors .ModuleDescriptor ;
28
25
import org .jetbrains .jet .lang .descriptors .NamespaceDescriptor ;
29
26
import org .jetbrains .jet .lang .psi .JetFile ;
30
27
import org .jetbrains .jet .lang .resolve .name .Name ;
31
28
import org .jetbrains .jet .test .generator .SimpleTestClassModel ;
32
29
import org .jetbrains .jet .test .generator .TestGenerator ;
30
+ import org .jetbrains .jet .test .util .NamespaceComparator ;
33
31
34
32
import java .io .File ;
35
33
import java .io .IOException ;
@@ -43,11 +41,6 @@ public abstract class AbstractLazyResolveDiagnosticsTest extends AbstractJetDiag
43
41
44
42
private static final File TEST_DATA_DIR = new File ("compiler/testData/diagnostics/tests" );
45
43
46
- @ Override
47
- protected JetCoreEnvironment createEnvironment () {
48
- return createEnvironmentWithMockJdk (ConfigurationKind .JDK_AND_ANNOTATIONS );
49
- }
50
-
51
44
@ Override
52
45
protected void analyzeAndCheck (File testDataFile , String expectedText , List <TestFile > files ) {
53
46
List <JetFile > jetFiles = getJetFiles (files );
You can’t perform that action at this time.
0 commit comments