Path separator fixed
This commit is contained in:
@@ -29,7 +29,7 @@ public class AntTaskTest extends KotlinIntegrationTestBase {
|
||||
String runtime = new File("dist/kotlinc/lib/kotlin-runtime.jar").getAbsolutePath();
|
||||
|
||||
assertEquals("compilation failed", 0, runAnt("build.log", "build.xml"));
|
||||
runJava("hello.run", "-cp", jar + ":" + runtime, "Hello.namespace");
|
||||
runJava("hello.run", "-cp", jar + File.pathSeparator + runtime, "Hello.namespace");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user