summaryrefslogtreecommitdiff
path: root/test/files/run/repl-reset.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-reset.check')
-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