summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-09 14:23:13 -0700
committerPaul Phillips <paulp@improving.org>2012-04-09 19:43:38 -0700
commitbed400c5a8d4fc5f5ee4b270f757cdfae94c3f6a (patch)
tree8b0beea7121a276793220c735366089902f88854 /test
parentc456bebbcddae490a2ab2860855e936adb60539e (diff)
downloadscala-bed400c5a8d4fc5f5ee4b270f757cdfae94c3f6a.tar.gz
scala-bed400c5a8d4fc5f5ee4b270f757cdfae94c3f6a.tar.bz2
scala-bed400c5a8d4fc5f5ee4b270f757cdfae94c3f6a.zip
Cleaning up some repl mechanisms.
Diffstat (limited to 'test')
-rw-r--r--test/files/run/repl-reset.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-reset.check b/test/files/run/repl-reset.check
index 8c21ab067a..7256b851bb 100644
--- a/test/files/run/repl-reset.check
+++ b/test/files/run/repl-reset.check
@@ -28,7 +28,7 @@ val x3 = 3
case class BippyBungus()
x1 + x2 + x3
-Forgetting all expression results and named terms: BippyBungus, x1, x2, x3
+Forgetting all expression results and named terms: $intp, BippyBungus, x1, x2, x3
Forgetting defined types: BippyBungus
scala> x1 + x2 + x3