Drop drop lib folder and all (arguably obsolete) dependent usages
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
713fb9a0e7
commit
9766508512
@@ -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.
Reference in New Issue
Block a user