aboutsummaryrefslogtreecommitdiff
path: root/tests/repl/toplevelTry.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repl/toplevelTry.check')
-rw-r--r--tests/repl/toplevelTry.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repl/toplevelTry.check b/tests/repl/toplevelTry.check
index 9d2c87b35..5b9be157f 100644
--- a/tests/repl/toplevelTry.check
+++ b/tests/repl/toplevelTry.check
@@ -1,3 +1,3 @@
scala> try { 0 } catch { _: Throwable => 1 }
-res0: Int = 0
+val res0: Int = 0
scala> :quit