summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
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 a9dc13cc79..38fe3814c5 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -282,7 +282,7 @@ test_run_msil() {
rm -f "$dstbase".$EXE &&
$SCALAC -nowarn -target:msil -o "$os_dstbase" -r $assemblies "$@" \
- -sourcepath "$PREFIX/src/dotnet-library" "$os_srcbase".scala &&
+ -sourcepath "$PREFIX/build/msil/src" "$os_srcbase".scala &&
case "$UNAME" in
CYGWIN* )
ilasm /qui /nol /out="$os_dstbase".$EXE "$os_dstbase".$MSIL \