summaryrefslogtreecommitdiff
path: root/test/files/jvm/interpreter.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-01-24 00:31:38 +0000
committerPaul Phillips <paulp@improving.org>2010-01-24 00:31:38 +0000
commit895c271ead5bfe42a19610871037bfb5c90503e9 (patch)
treed869fc1bb5dc87e701317cc9b14ce7ba5b91fbe7 /test/files/jvm/interpreter.check
parenta0c0f0949797a563c9583d0f82c0f390a999ec7d (diff)
downloadscala-895c271ead5bfe42a19610871037bfb5c90503e9.tar.gz
scala-895c271ead5bfe42a19610871037bfb5c90503e9.tar.bz2
scala-895c271ead5bfe42a19610871037bfb5c90503e9.zip
Some minor polishing to the previous repl compl...
Some minor polishing to the previous repl completion patch, plus a few new features and improvements.
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 6c89318470..f9f0d07c04 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -229,7 +229,7 @@ scala>
scala>
plusOne: (x: Int)Int
res0: Int = 6
-res0: java.lang.String = after reset
+res1: java.lang.String = after reset
<console>:5: error: not found: value plusOne
plusOne(5) // should be undefined now
^