diff --git a/compiler/testData/integration/smoke/scriptWithClasspath/script.expected b/compiler/testData/integration/smoke/scriptWithClasspath/script.expected deleted file mode 100644 index c2dfad6f93c..00000000000 --- a/compiler/testData/integration/smoke/scriptWithClasspath/script.expected +++ /dev/null @@ -1,4 +0,0 @@ -OUT: -interface javax.inject.Inject - -Return code: 0 diff --git a/compiler/testData/integration/smoke/scriptWithClasspath/script.kts b/compiler/testData/integration/smoke/scriptWithClasspath/script.kts deleted file mode 100644 index 89acfad12c6..00000000000 --- a/compiler/testData/integration/smoke/scriptWithClasspath/script.kts +++ /dev/null @@ -1,3 +0,0 @@ -import javax.inject.Inject - -println(Inject::class.java) diff --git a/compiler/tests/org/jetbrains/kotlin/integration/CompilerSmokeTest.java b/compiler/tests/org/jetbrains/kotlin/integration/CompilerSmokeTest.java index b6d197603bb..fc44a7cb65b 100644 --- a/compiler/tests/org/jetbrains/kotlin/integration/CompilerSmokeTest.java +++ b/compiler/tests/org/jetbrains/kotlin/integration/CompilerSmokeTest.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"); } diff --git a/lib/javax.inject-src.zip b/lib/javax.inject-src.zip deleted file mode 100755 index cce5b3bb2eb..00000000000 Binary files a/lib/javax.inject-src.zip and /dev/null differ diff --git a/lib/javax.inject.jar b/lib/javax.inject.jar deleted file mode 100755 index 1ff61ceecf0..00000000000 Binary files a/lib/javax.inject.jar and /dev/null differ diff --git a/lib/jsr305-1.3.9.jar b/lib/jsr305-1.3.9.jar deleted file mode 100644 index a9afc6619b4..00000000000 Binary files a/lib/jsr305-1.3.9.jar and /dev/null differ