Support for "builtins/stubs" mode removed from cli

This commit is contained in:
Andrey Breslav
2013-10-09 18:54:49 +04:00
parent 04a5e905df
commit 7123905e96
10 changed files with 37 additions and 62 deletions
@@ -100,7 +100,7 @@ public class TestlibTest extends UsefulTestCase {
myEnvironment = new JetCoreEnvironment(getTestRootDisposable(), configuration);
generationState = KotlinToJVMBytecodeCompiler.analyzeAndGenerate(myEnvironment, false);
generationState = KotlinToJVMBytecodeCompiler.analyzeAndGenerate(myEnvironment);
if (generationState == null) {
throw new RuntimeException("There were compilation errors");
}