From 1219180c5fb2e7ec74f636938c1a7b78ca09fc93 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Mon, 2 Jul 2007 16:48:56 +0000 Subject: Use "res" instead of "unnamed" as the base of variable names generated by the interpreter. --- test/files/run/interpreter.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/interpreter.check') diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check index 5e56f05cf2..e06fcf44ce 100644 --- a/test/files/run/interpreter.check +++ b/test/files/run/interpreter.check @@ -3,7 +3,7 @@ Type :help for more information. scala> scala> -scala> unnamed0: Int = 7 +scala> res0: Int = 7 scala> | | | | gcd: (int,int)int -- cgit v1.2.3