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