summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/partest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/partest b/test/partest
index ebf6891fdc..8352f8a946 100755
--- a/test/partest
+++ b/test/partest
@@ -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"