From bed400c5a8d4fc5f5ee4b270f757cdfae94c3f6a Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 9 Apr 2012 14:23:13 -0700 Subject: Cleaning up some repl mechanisms. --- test/files/run/repl-reset.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3