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.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/repl-reset.check b/test/files/run/repl-reset.check
index c6e147977a..ed95c7b8ff 100644
--- a/test/files/run/repl-reset.check
+++ b/test/files/run/repl-reset.check
@@ -33,6 +33,12 @@ scala> x1 + x2 + x3
<console>:8: error: not found: value x1
x1 + x2 + x3
^
+<console>:8: error: not found: value x2
+ x1 + x2 + x3
+ ^
+<console>:8: error: not found: value x3
+ x1 + x2 + x3
+ ^
scala> val x1 = 4
x1: Int = 4