Skip to content

Commit

Permalink
a quickfix for test/partest
Browse files Browse the repository at this point in the history
  • Loading branch information
xeno-by committed Jun 8, 2012
1 parent 9248f23 commit 2123201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/partest
Expand Up @@ -53,7 +53,7 @@ if [ -z "$EXT_CLASSPATH" ] ; then
fi
done
elif [ -f "$SCALA_HOME/build/pack/lib/scala-partest.jar" ] ; then
for lib in `echo "partest library compiler"`; do
for lib in `echo "partest library reflect compiler"`; do
ext="$SCALA_HOME/build/pack/lib/scala-$lib.jar"
if [ -z "$EXT_CLASSPATH" ] ; then
EXT_CLASSPATH="$ext"
Expand Down

0 comments on commit 2123201

Please sign in to comment.