summaryrefslogtreecommitdiff
path: root/test/files/run/t6240a/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6240a/Test.scala')
-rw-r--r--test/files/run/t6240a/Test.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/run/t6240a/Test.scala b/test/files/run/t6240a/Test.scala
index 6ae43c4809..05c3678cbe 100644
--- a/test/files/run/t6240a/Test.scala
+++ b/test/files/run/t6240a/Test.scala
@@ -11,6 +11,5 @@ object Test extends App {
assert(new File(testClassesDir).exists, testClassesDir)
val fullTestClassesClasspath = testClassesDir + prop("path.separator") + prop("java.class.path")
val javaBinary = if (new File(prop("javacmd")).isAbsolute) prop("javacmd") else prop("java.home") + "/bin/" + prop("javacmd")
- assert(new File(javaBinary).exists, javaBinary)
List(javaBinary, "-cp", testClassesDir, "-Dlaunch.classpath=" + fullTestClassesClasspath, "StepOne").!
} \ No newline at end of file