summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/scalatest b/test/scalatest
index faa9a97c87..2ea32bee11 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -561,9 +561,6 @@ SCALA="${BIN_DIR}scala";
SCALAC="${BIN_DIR}scalac -encoding iso-8859-1";
SCALAP="${BIN_DIR}scalap";
-SCALA_SCALA_ARGS="-Xmx512M $SCALA_SCALA_ARGS";
-export SCALA_SCALA_ARGS;
-
if [ -n "$OBJDIR" ]; then
if [ -d "$OBJDIR" ] || mkdir -p "$OBJDIR"; then
OBJDIR=`cd "$OBJDIR"; pwd`;