summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/run/inner.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/inner.scala b/test/files/run/inner.scala
index 5fb1487341..cb3b4922c8 100644
--- a/test/files/run/inner.scala
+++ b/test/files/run/inner.scala
@@ -61,7 +61,7 @@ object Scalatest {
val tmpfile = new FileWriter(tmpfilename)
tmpfile.write(src)
tmpfile.close
- exec("javac -d " + outputdir + " -cp " + classpath + " " + tmpfilename)
+ exec("javac -d " + outputdir + " -classpath " + classpath + " " + tmpfilename)
}
/** Execute cmd, wait for the process to end and pipe it's output to stdout */