summaryrefslogtreecommitdiff
path: root/test/pending/script/t2365/runner.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/script/t2365/runner.scala')
-rwxr-xr-xtest/pending/script/t2365/runner.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/pending/script/t2365/runner.scala b/test/pending/script/t2365/runner.scala
deleted file mode 100755
index b5e05325cf..0000000000
--- a/test/pending/script/t2365/runner.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-#
-# This script should fail with any build of scala where #2365
-# is not fixed, and otherwise succeed. Failure means running out
-# of PermGen space.
-#
-
-scalac -cp .:/local/lib/java/ivy.jar Test.scala
-JAVA_OPTS="-XX:MaxPermSize=25M -verbose:gc" scalac -cp $CP Test