summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-07-24 17:30:23 +0000
committermichelou <michelou@epfl.ch>2007-07-24 17:30:23 +0000
commitd8504784b821fb64f411adf7c551ee4646e5f99c (patch)
tree73534241fb12d0b55970d9addc319dde9ebd6048 /test/scalatest
parent551e31ec7d1f3399cb1a0193f68268f292e96699 (diff)
downloadscala-d8504784b821fb64f411adf7c551ee4646e5f99c.tar.gz
scala-d8504784b821fb64f411adf7c551ee4646e5f99c.tar.bz2
scala-d8504784b821fb64f411adf7c551ee4646e5f99c.zip
added class scala.Random
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index 14f8f38584..d1f4557df3 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -295,7 +295,7 @@ test_run_msil() {
rm -f "$dstbase".$MSIL &&
rm -f "$dstbase".$EXE &&
- $SCALAC -nowarn -target:msil -o "$os_dstbase" -r $assemblies "$@" \
+ $SCALAC -nowarn -target:msil -Xassem "$os_dstbase" -Xassem-path $assemblies "$@" \
-sourcepath "$PREFIX/build/msil/src" "$os_srcbase".scala &&
case "$UNAME" in
CYGWIN* )