From 5b24912e46d831434b8b4a12b0aedcf2b06c77e1 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Sat, 12 Jul 2014 02:41:12 +0400 Subject: Fix tests after adding type/upperbound information to model. --- src/main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.kt b/src/main.kt index 1edecdcb..e8ef4e2f 100644 --- a/src/main.kt +++ b/src/main.kt @@ -25,8 +25,8 @@ public fun main(args: Array) { val environment = AnalysisEnvironment(MessageCollectorPlainTextToStream.PLAIN_TEXT_TO_SYSTEM_ERR) { /* addClasspath(PathUtil.getJdkClassesRoots()) + addClasspath(PathUtil.getKotlinPathsForCompiler().getRuntimePath()) */ - addClasspath(PathUtil.getKotlinPathsForCompiler().getRuntimePath()) addSources(sources) } -- cgit