Drop drop lib folder and all (arguably obsolete) dependent usages

This commit is contained in:
Ilya Chernikov
2017-11-08 16:47:18 +01:00
committed by Vyacheslav Gerasimov
parent 713fb9a0e7
commit 9766508512
6 changed files with 0 additions and 11 deletions
@@ -1,4 +0,0 @@
OUT:
interface javax.inject.Inject
Return code: 0
@@ -1,3 +0,0 @@
import javax.inject.Inject
println(Inject::class.java)
@@ -61,10 +61,6 @@ public class CompilerSmokeTest extends CompilerSmokeTestBase {
runCompiler("script", "-script", "script.kts", "--", "hi", "-name", "Marty", "--", "there");
}
public void testScriptWithClasspath() throws Exception {
runCompiler("script", "-cp", new File("lib/javax.inject.jar").getAbsolutePath(), "-script", "script.kts");
}
public void testScriptException() throws Exception {
runCompiler("script", "-script", "script.kts");
}
Binary file not shown.
Binary file not shown.
Binary file not shown.