summaryrefslogtreecommitdiff
path: root/test/files/resident/bug597/what-happened.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/resident/bug597/what-happened.txt')
-rw-r--r--test/files/resident/bug597/what-happened.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/files/resident/bug597/what-happened.txt b/test/files/resident/bug597/what-happened.txt
deleted file mode 100644
index 52e67eda9c..0000000000
--- a/test/files/resident/bug597/what-happened.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Run in resident:
-
-bash-3.00$ ~/runtime-workspace/scala/dists/latest/bin/scalac -resident -d ../bin -sourcepath .
-
-nsc> test/Test.scala
-
-nsc> test/Main.scala
-Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
-
-I think there is a recursive function gone crazy somewhere.