summaryrefslogtreecommitdiff
path: root/test/files/jvm/interpreter.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-11-04 14:53:50 +0000
committerPaul Phillips <paulp@improving.org>2011-11-04 14:53:50 +0000
commitf4991fcffc0cddcd16e7abccbc577581fbf5bd0f (patch)
treee3672911455f72dec4eb27c9e1799fe35d3d113f /test/files/jvm/interpreter.check
parent8006cc6760b30274676ae5359c27b49e5cbf5670 (diff)
downloadscala-f4991fcffc0cddcd16e7abccbc577581fbf5bd0f.tar.gz
scala-f4991fcffc0cddcd16e7abccbc577581fbf5bd0f.tar.bz2
scala-f4991fcffc0cddcd16e7abccbc577581fbf5bd0f.zip
More repl work.
Hardened the repl against a bunch of erroneous conditions. Added a :reset command which causes the repl to forget everything you have told it. Added classloader tracing when repl tracing is enabled. :reset is not that useful in its current form but it's the precursor to something more interesting. No review.
Diffstat (limited to 'test/files/jvm/interpreter.check')
-rw-r--r--test/files/jvm/interpreter.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check
index 607e2bcaff..196a769a17 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -369,7 +369,7 @@ scala>
scala>
plusOne: (x: Int)Int
res0: Int = 6
-res1: String = after reset
+res0: String = after reset
<console>:8: error: not found: value plusOne
plusOne(5) // should be undefined now
^