Fix ReplInterpreterTestGenerated locally

This commit is contained in:
Alexander Udalov
2015-03-18 13:24:39 +03:00
parent 73f06baa90
commit 4e7d4f9340
@@ -163,7 +163,7 @@ public class ReplInterpreter {
}
}
this.classLoader = new ReplClassLoader(new URLClassLoader(classpath.toArray(new URL[classpath.size()])));
this.classLoader = new ReplClassLoader(new URLClassLoader(classpath.toArray(new URL[classpath.size()]), null));
}
private static void prepareForTheNextReplLine(@NotNull TopDownAnalysisContext c) {